Skip to content
Snippets Groups Projects
Commit 4b289f1e authored by Carola's avatar Carola
Browse files

News: recording Api for 3.2 and muxing

parent 54b68f2d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,18 @@ Version 4.0.0:
- Rename buildMobileVLCKit to compileAndBuildVLCKit
- Use NSDateComponents API for VLCTime.verboseStringValue
Version 3.2.0:
--------------
- Enabled libmux module
- new recording Api
VLCMediaPlayerDelegate:
- (void)mediaPlayerStartedRecording:(VLCMediaPlayer *)player;
- (void)mediaPlayer:(VLCMediaPlayer *)player recordingStoppedAtPath:(NSString *)path;
VLCMediaPlayer:
- (BOOL)startRecordingAtPath:(NSString *)path;
- (BOOL)stopRecording;
Version 3.1.5:
--------------
- Fixed a crash when updateProgressCallback was called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment