pause()
Pauses playback of the current item.
Declaration
func pause()Discussion
If the current item isn’t playing, this method has no effect. To resume playback of the current item from the pause point, call the play() method.
Pauses playback of the current item.
func pause()If the current item isn’t playing, this method has no effect. To resume playback of the current item from the pause point, call the play() method.