You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// 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
}
The text was updated successfully, but these errors were encountered:
/// 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
}
The text was updated successfully, but these errors were encountered: