git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
currentPlaylistClass
[MenuTunes.git]
/
ITMTRemote.h
diff --git
a/ITMTRemote.h
b/ITMTRemote.h
index
137b859
..
9e5ac5f
100755
(executable)
--- a/
ITMTRemote.h
+++ b/
ITMTRemote.h
@@
-166,6
+166,11
@@
typedef enum {
*/
- (NSDictionary *)capabilities;
*/
- (NSDictionary *)capabilities;
+/*!
+ * @method showPrimaryInterface
+ */
+- (BOOL)showPrimaryInterface;
+
/*!
* @method playerRunningState
* @abstract Returns the running state of the remote's player.
/*!
* @method playerRunningState
* @abstract Returns the running state of the remote's player.
@@
-192,7
+197,7
@@
typedef enum {
/*!
* @method classOfPlaylistAtIndex:
*/
/*!
* @method classOfPlaylistAtIndex:
*/
-- (ITMTRemotePlayerPlaylistClass)c
lassOfPlaylistAtIndex:(int)index
;
+- (ITMTRemotePlayerPlaylistClass)c
urrentPlaylistClass
;
/*!
* @method currentPlaylistIndex
/*!
* @method currentPlaylistIndex
@@
-204,6
+209,21
@@
typedef enum {
*/
- (NSString *)songTitleAtIndex:(int)index;
*/
- (NSString *)songTitleAtIndex:(int)index;
+/*!
+ * @method currentAlbumTrackCount:
+ */
+- (int)currentAlbumTrackCount;
+
+/*!
+ * @method currentSongTrack:
+ */
+- (int)currentSongTrack;
+
+/*!
+ * @method currentSongUniqueIdentifier:
+ */
+- (NSString *)currentSongUniqueIdentifier;
+
/*!
* @method currentSongIndex
*/
/*!
* @method currentSongIndex
*/
@@
-249,16
+269,6
@@
typedef enum {
*/
- (BOOL)setCurrentSongRating:(float)rating;
*/
- (BOOL)setCurrentSongRating:(float)rating;
-/*!
- * @method equalizerEnabled
- */
-- (BOOL)equalizerEnabled;
-
-/*!
- * @method setEqualizerEnabled:
- */
-- (BOOL)setEqualizerEnabled:(BOOL)enabled;
-
/*!
* @method eqPresets
*/
/*!
* @method eqPresets
*/