[][src]Trait sdl2::audio::AudioCallback

pub trait AudioCallback: Send where
    Self::Channel: AudioFormatNum + 'static, 
{ type Channel; fn callback(&mut self, _: &mut [Self::Channel]); }

Associated Types

type Channel

Loading content...

Required methods

fn callback(&mut self, _: &mut [Self::Channel])

Loading content...

Implementors

Loading content...