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

News: recording Api for 3.2 and muxing

(cherry picked from commit 4b289f1e)
parent 3d457916
No related branches found
No related tags found
No related merge requests found
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