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

type FUNC_OnRemoteVideoStats = Option<unsafe extern "C" fn(uid: uid_t, delay: c_int, width: c_int, height: c_int, receivedBitrate: c_int, decoderOutputFrameRate: c_int, rendererOutputFrameRate: c_int, packetLossRate: c_int, rxStreamType: c_int, totalFrozenTime: c_int, frozenRate: c_int, totalActiveTime: c_int)>;