Module rich_sdl2_rust::mixer::chunk::channel
source · Expand description
Channels to play a MixChunk
.
Modules§
- Effect processing for the channel, such as panning, decaying, etc.
Structs§
- A mixing channel for playing a
MixChunk
. - A channel group, reserving some
Channel
s. - A pauser to pause playing audio on the
Channel
. Unpause to drop this. - Options to play a chunk by
Channel::play
.
Enums§
- Loops on playing in
PlayOptions
.