X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/e8516aa003a65e030ec6f7c4007ed04efa351477..77c605cbaad836af7607b17ba41ea69cca66caa0:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index 93a9b4e..8c1dcef 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -24,7 +24,7 @@ */ -#import +#import typedef enum { ITMTRemoteName, @@ -103,7 +103,9 @@ typedef enum { - (BOOL)supportsTrackProperty:(ITMTRemoteTrackProperty)property; - (id)trackProperty:(ITMTRemoteTrackProperty)property atIndex:(int)index; -- (BOOL)setTrackProperty:(ITMTRemoteTrackProperty)property toValue:(id)value atIndex:(int)index; // currently only used to set Ratings... someday, we might provide a full frontend? well, it is possible that other apps could use MT remotes, as such, they might want to set other values. For Rating, send in an NSNumber from a float 0.0 - 1.0. For Art, send in an NSImage... this is also what you'll recieve when using the accessor +- (BOOL)setTrackProperty:(ITMTRemoteTrackProperty)property toValue:(id)value atIndex:(int)index; +/* currently only used to set Ratings... someday, we might provide a full frontend? well, it is possible that other apps could use MT remotes, as such, they might want to set other values. For Rating, send in an NSNumber from a float 0.0 - 1.0. For Art, send in an NSImage... this is also what you'll recieve when using the accessor */ + - (BOOL)supportsShuffle; - (BOOL)setShuffle:(BOOL)toggle; @@ -111,7 +113,7 @@ typedef enum { - (BOOL)supportsRepeatMode:(ITMTRemoteRepeatMode)repeatMode; - (BOOL)setRepeatMode:(ITMTRemoteRepeatMode)repeatMode; -- (BOOL)repeatMode; +- (ITMTRemoteRepeatMode)repeatMode; - (BOOL)supportsVolume; - (BOOL)setVolume:(float)volume;