Parameters & Returns
Parameters
Returns
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
audResumeChannel(channel)