[][src]Type Definition miniaudio_sys::ma_decoder_read_pcm_frames_proc

type ma_decoder_read_pcm_frames_proc = Option<unsafe extern "C" fn(pDecoder: *mut ma_decoder, pFramesOut: *mut c_void, frameCount: ma_uint64) -> ma_uint64>;