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.
Pauses audio playback.
func pause()Unlike calling stop(), pausing playback doesn’t deallocate hardware resources. It leaves the audio ready to resume playback from where it stops.