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
I think it's better if we have a method return current time like this:
func audioPlayer(_ audioPlayer: APAudioPlayer, didUpdateProgressionTo time: TimeInterval, percentageRead: Float) {
// time is the current duration of the track
//percentageRead is the percent current duration/total duration
}
The text was updated successfully, but these errors were encountered:
I think it's better if we have a method return current time like this:
The text was updated successfully, but these errors were encountered: