Commit 5bcbd287 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/open: simplify header

parent f4eb170d
...@@ -248,13 +248,11 @@ ...@@ -248,13 +248,11 @@
+ (VLCOpen *)sharedInstance; + (VLCOpen *)sharedInstance;
- (void)setMRL:(NSString *)mrl; @property (readwrite) NSString *mrl;
- (NSString *)MRL; @property (readonly) NSArray *qtkvideoDevices;
@property (readonly) NSArray *qtkaudioDevices;
- (NSArray *)qtkvideoDevices;
- (void)qtkrefreshVideoDevices; - (void)qtkrefreshVideoDevices;
- (NSArray *)qtkaudioDevices;
- (void)qtkrefreshAudioDevices; - (void)qtkrefreshAudioDevices;
- (void)setSubPanel; - (void)setSubPanel;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment