Trait rich_sdl2_rust::audio::spec::AudioCallback
source · pub trait AudioCallback<'callback>: FnMut(&mut [u8]) + 'callback { }
Expand description
A type of the callback to interact with the raw audio buffer.
pub trait AudioCallback<'callback>: FnMut(&mut [u8]) + 'callback { }
A type of the callback to interact with the raw audio buffer.