Contents

resume()

Resumes audio playback.

Declaration

func resume() -> Bool

Return Value

true when playback is resumed, false when playback is in progress or when an error occurred.

Discussion

Assumes the receiver has been previously paused by sending it NSSound.

See Also

Playing Sounds