Skip to main content
API Reference SwiftyNsdk PlaybackSession

pause

Pauses playback....

Declaration

override func pause()

Summary

Pauses playback.
The playback loop will exit on the next iteration after this is called.
The current frame index is preserved, so calling run() again will resume
from the same position.


ON THIS PAGE