mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

The function Seeks to a specific time (in seconds) when streaming not good #105

Open mt-lelang opened 6 years ago

mt-lelang commented 6 years ago

/// Seeks to a specific time (in seconds) -(void) seekToTime:(double)value; When using this function when streaming music from the dropbox, The delegate function : -(void) audioPlayer:(STKAudioPlayer*)audioPlayer unexpectedError:(STKAudioPlayerErrorCode)errorCode { // errorCode = STKAudioPlayerErrorCodecError }