VLCKit
|
#import <VLCExtensionsManager.h>
Instance Methods | |
(NSArray *extensions) | - __attribute__ |
(void) | - runExtension: |
(VLCMediaPlayer *mediaPlayer) | - __attribute__ |
Class Methods | |
((deprecated) | + __attribute__ |
manager class for lua extensions within VLC
- (NSArray* extensions) __attribute__ | ((deprecated)) |
list of available extensions
+ ((deprecated) __attribute__ |
singleton manager instance
- (VLCMediaPlayer* mediaPlayer) __attribute__ | ((deprecated)) |
player instance to use with the extensions
- (void) runExtension: | ((deprecated)) | __attribute__ |
start execution of a given extension instance
extension | the extension to run |