/// 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
}