Contents

pause()

Pauses audio playback.

Declaration

func pause()

Discussion

Unlike calling stop(), pausing playback doesn’t deallocate hardware resources. It leaves the audio ready to resume playback from where it stops.

See Also

Controlling playback