]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/eyetv.h
Modified the main OS X interface module to remove the use of setjmp() and longjmp...
[vlc] / modules / gui / macosx / eyetv.h
index 1c82c355e96aa6a0e8d737b90614a5db2658b555..c93dcfcc5bb71d5932b54264960ac4fa0e011bef 100644 (file)
@@ -24,7 +24,7 @@
 #import <Cocoa/Cocoa.h>\r
 \r
 \r
-@interface VLCEyeTVController : NSObject \r
+@interface VLCEyeTVController : NSObject\r
 {\r
     BOOL b_eyeTVactive;\r
     BOOL b_deviceConnected;\r
@@ -33,9 +33,9 @@
 - (BOOL)isEyeTVrunning;\r
 - (BOOL)isDeviceConnected;\r
 - (void)launchEyeTV;\r
-- (void)switchChannelUp:(BOOL)b_yesOrNo;\r
+- (int)currentChannel;\r
+- (int)switchChannelUp:(BOOL)b_yesOrNo;\r
 - (void)selectChannel:(int)theChannelNum;\r
-- (int)getNumberOfChannels;\r
-- (NSString *)getNameOfChannel:(int)theChannelNum;\r
+- (NSEnumerator *)allChannels;\r
 \r
 @end\r