X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6f3e95b38759c72706e83ff140ae17667cdfad22..HEAD:/ITMTRemote.h diff --git a/ITMTRemote.h b/ITMTRemote.h index a99d52c..cd79315 100755 --- a/ITMTRemote.h +++ b/ITMTRemote.h @@ -1,17 +1,14 @@ /* - * MenuTunes - * ITMTRemote - * Plugin definition for audio player control via MenuTunes + * MenuTunes + * ITMTRemote.h * - * Original Author : Matt Judy - * Responsibility : Matt Judy - * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * Plugin definition for audio player control via MenuTunes. * * This header defines the Objective-C protocol which all MenuTunes Remote - * plugins must implement. To build a remote, create a subclass of this - * object, and implement each method in the @protocol below. + * plugins must implement. To build a remote, create a subclass of this + * object, and implement each method in the @protocol below. + * + * Copyright (c) 2002-2003 iThink Software * */ @@ -299,6 +296,16 @@ er's process managment. */ - (NSString *)currentSongLength; +/*! + * @method currentSongPlayed + */ +- (int)currentSongPlayed; + +/*! + * @method currentSongDuration + */ +- (int)currentSongDuration; + /*! * @method currentSongRemaining */