Contents

mediaPause()

Tells you to pause playback of your media content.

Declaration

optional func mediaPause()

Mentioned in

Discussion

Don’t call this method yourself. If you implement the mediaPlayPauseButtonFrame property in your view controller, the system calls this method when the user wants to stop playback of your media. Use your implementation of this method to pause playback at the current location.

See Also

Supporting Media Playback