APAudioPlayer icon indicating copy to clipboard operation
APAudioPlayer copied to clipboard

Add method update current time.

Open dungInte opened this issue 5 years ago • 0 comments

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
    }

dungInte avatar Apr 02 '19 02:04 dungInte