Struct sdl2::mixer::Group [−][src]
pub struct Group(pub i32);Expand description
Sound effect channel grouping.
Tuple Fields
0: i32Implementations
Add channels starting at from up through to to group tag, or reset it’s group to the default group tag (-1).
Add which channel to group tag, or reset it’s group to the default group tag
Find the first available (not playing) channel in group
Find the oldest actively playing channel in group
Find the newest, most recently started, actively playing channel in group.
Gradually fade out channels in group over some milliseconds starting from now. Returns the number of channels set to fade out.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Group
impl UnwindSafe for Group
Blanket Implementations
Mutably borrows from an owned value. Read more