[][src]Type Definition agorartc_sys::agorartc::agorartcnative::FUNC_OnMixedAudioFrame

type FUNC_OnMixedAudioFrame = Option<unsafe extern "C" fn(type_: c_int, samples: c_int, bytesPerSample: c_int, channels: c_int, samplesPerSec: c_int, buffer: *mut c_void, renderTimeMs: i64, avsync_type: c_int)>;