Type Definition rfmod::callbacks::SoundPcmReadCallback
[−]
[src]
type SoundPcmReadCallback = Option<fn(sound: &Sound, data: &mut [i16]) -> Status>;
callback which allow to set/change data that will be played