pub enum AudioBand {
Bass,
Mid,
High,
Volume,
}Expand description
Audio frequency band for audio-reactive modulation
Variants§
Bass
Low frequencies (bass)
Mid
Mid frequencies
High
High frequencies (treble)
Volume
Overall volume (average of all bands)
Implementations§
Trait Implementations§
impl Copy for AudioBand
impl Eq for AudioBand
impl StructuralPartialEq for AudioBand
Auto Trait Implementations§
impl Freeze for AudioBand
impl RefUnwindSafe for AudioBand
impl Send for AudioBand
impl Sync for AudioBand
impl Unpin for AudioBand
impl UnwindSafe for AudioBand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more