|
VLCKit
|
#import <VLCExtension.h>
Instance Methods | |
| (instancetype) | - initWithInstance: |
| (struct extension_t *instance) | - __attribute__ |
| (NSString *name) | - __attribute__ |
| (NSString *title) | - __attribute__ |
wrapper class for lua extensions within VLCKit
| - (struct extension_t* instance) __attribute__ | ((deprecated)) |
the extension instance used to init the wrapper with
| - (NSString* name) __attribute__ | ((deprecated)) |
technical name of the extension
| - (NSString* title) __attribute__ | ((deprecated)) |
user-visible name of the extension
| - (instancetype) initWithInstance: | ((deprecated)) | __attribute__ |
initializer for wrapper class
| instance | the extension_t instance to init the wrapper with |
1.8.11