audResumeChannel

Resumes playback on a paused channel. Takes channel (channel handle). Returns nothing.

Audio

Parameters & Returns

Parameters

channel Int

Returns

Void

Quick Summary

Resumes playback on a paused channel. Takes channel (channel handle). Returns nothing.

Technical Exegesis...

Resumes playback on a channel that was previously paused with audPauseChannel. Playback continues from the position where it was paused.

Does nothing if the channel handle is invalid or <= 0. Has no effect if the channel is already playing. Use this to unpause audio after calling audPauseChannel.

Example

Example.bam
audResumeChannel(channel)