Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLCKit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Paul Kühne
VLCKit
Commits
4c91f473
Commit
4c91f473
authored
6 years ago
by
Carola
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NEWS
+13
-0
13 additions, 0 deletions
NEWS
with
13 additions
and
0 deletions
NEWS
+
13
−
0
View file @
4c91f473
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment