I am wondeing: Is there any method to skip to a specific time or skip a specific lapse with IOS Mediaplayer? I cannot find anything similar in the docs.
There is a property myMediaPlyer.currentPlaybackTime
and there is the method myMediaPlayer.beginSeekingForward()
but the method just plays the music in fast mode, which is not what I want. Just wondering if someone knows how to handle this
Yes, you can seek to any time forward or backward within the media player item duration. if you are using AVPlayer, you can seek using this method:
And if you are using AVAudioPlayer, you can seek using this method: