endSeeking()
Ends forward and backward seeking through the media content.
Declaration
func endSeeking()Discussion
You must call this method to end a seeking operation begun by calling either the beginSeekingBackward() or beginSeekingForward() method. After calling this method, the player returns to the same state it was in prior to seeking. In other words, if the item was playing before seeking began, it continues playing from the new playhead position after calling this method.
This method has no effect on streamed content.