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