Skip to content

Commit

Permalink
Merge pull request #210 from red5pro/release/10.1.0
Browse files Browse the repository at this point in the history
release 10.1.0 of SDK.
  • Loading branch information
ankita-red5 authored Jun 21, 2022
2 parents 185c9cc + 37bf0cc commit 732a513
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions R5ProTestbed/R5Streaming.framework/Headers/FileWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
-(void)writeAudio:(CMSampleBufferRef)sampleBuffer;
-(void)writeAudio:(NSData*)data withTime:(double)pts andRate:(int)rate;
-(void)writeAudioBuffer:(AudioBufferList*)data withTime:(double)pts andRate:(int)rate;
-(void)writeEmptyAudioBuffer:(AudioBufferList*)data withTime:(double)pts andRate:(int)rate;

-(void)finish:(BOOL)saveRecording;

Expand Down
4 changes: 2 additions & 2 deletions R5ProTestbed/R5Streaming.framework/Headers/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ extern "C" {
#define STRINGIFY(s) STRINGIFY_(s)

#define R5PRO_MAJOR_VERSION 10
#define R5PRO_MINOR_VERSION 0
#define R5PRO_MINOR_VERSION 1
#define R5PRO_REVISION 0
#define R5PRO_BUILD b826
#define R5PRO_BUILD b162


#define R5PRO_VERSION STRINGIFY(R5PRO_MAJOR_VERSION.R5PRO_MINOR_VERSION.R5PRO_REVISION.R5PRO_BUILD)
Expand Down
Binary file modified R5ProTestbed/R5Streaming.framework/Info.plist
Binary file not shown.
Binary file modified R5ProTestbed/R5Streaming.framework/R5Streaming
Binary file not shown.

0 comments on commit 732a513

Please sign in to comment.