I’m using an AVPlayer object for video playback and have a control to adjust the player’s rate.
This all works fine except that the rate value of the AVplayer object appears to be reset to 1.0 every time the stop/pause button is pressed. Is there a way to prevent this happening?
Many thanks.
Following this up for the benefit of Google…
The rate property is reset to 1.0 each time the player begins to play, so you need to maintain the rate value elsewhere are re-apply it on each play.