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

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

Associated Types

type Channel

Required Methods

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

Implementors