audResumeMusic

Resumes paused music playback. Takes channel (music channel handle). Returns nothing.

Audio

Parameters & Returns

Parameters

channel Int

Returns

Void

Quick Summary

Resumes paused music playback. Takes channel (music channel handle). Returns nothing.

Technical Exegesis...

Resumes playback of music that was previously paused with audPauseMusic. Playback continues from the position where it was paused.

Does nothing if the handle is invalid or <= 0. Pass the handle returned by audPlayMusic. Has no effect if the music is already playing.

Example

Example.bam
audResumeMusic(channel)