Created
March 11, 2011 02:53
-
-
Save ngpestelos/865375 to your computer and use it in GitHub Desktop.
MobileVLCKit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Objective-C classes interfacing with libvlc. | |
VLCLibrary | |
* sharedInstance | |
* creates default params | |
* calls libvlc_new_with_builtins by passing lib_vlc_params | |
VLCMedia mediaWithPath: | |
* uses a shared instance to create a VLCMedia object (see initWithURL; VLCLibrary) | |
* libvlc_media_new_location (see media.c) | |
* initInternalMediaDescriptor | |
VLCMediaPlayer | |
* init | |
* play (libvlc_media_player_play) | |
VLCStreamOutput | |
* mpeg2StreamOutputWithFilePath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment