Skip to content

Instantly share code, notes, and snippets.

@ngpestelos
Created March 11, 2011 02:53
Show Gist options
  • Save ngpestelos/865375 to your computer and use it in GitHub Desktop.
Save ngpestelos/865375 to your computer and use it in GitHub Desktop.
MobileVLCKit
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