On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←classPlaybackSession PlaybackSession Method pause pausePauses 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.
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 resumefrom the same position.