MKMusicPlayer class documentation
MKMusicPlayer : NSObject <Idle>Overview
MKMusicPlayer maintains a queue of files to play.
Default
- - (id) initWithDevice: (id <MKSoundDevice>)device
Initialise with the specified output device.
- - (void) next
Skip to the next file. To get to the previous file, you must stop and recreate the queue.
- - (void) seekTo: (int64_t)milliseconds
Seeks a specified number of milliseconds into the currently-playing file.
