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