- Declared in:
- MKMusicPlayer.h
- Conforms to:
- Idle
MKMusicPlayer maintains a queue of files to play.
Returns the position in the current file in milliseconds.
Initialise with the specified output device.
Skip to the next file. To get to the previous file, you must stop and recreate the queue.
Seeks a specified number of milliseconds into the currently-playing file.
Replace the queue with the specified array of NSURLs. Pass a NSArray, not a NSMutableArray.