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