Trait sdl2::audio::AudioCallback

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

Required Associated Types

Required Methods

Implementors