audPauseMusic

Pauses music playback without stopping it. Takes channel (music channel handle). Returns nothing.

Audio

Parameters & Returns

Parameters

channel Int

Returns

Void

Quick Summary

Pauses music playback without stopping it. Takes channel (music channel handle). Returns nothing.

Technical Exegesis...

Pauses playback of the music identified by the voice handle, keeping its current position. The music can be resumed later with audResumeMusic to continue from where it paused.

Does nothing if the handle is invalid or <= 0. Pass the handle returned by audPlayMusic. Unlike audStopMusic, pausing preserves the playback position.

Example

Example.bam
audPauseMusic(channel)