pub type switch_rtcp_frame_t = switch_rtcp_frame;Aliased Type§
#[repr(C)]pub struct switch_rtcp_frame_t {
pub report_count: u16,
pub packet_type: u16,
pub ssrc: u32,
pub ntp_msw: u32,
pub ntp_lsw: u32,
pub timestamp: u32,
pub packet_count: u32,
pub octect_count: u32,
pub nb_reports: u32,
pub reports: [switch_rtcp_report_block_frame; 5],
}Fields§
§report_count: u16§packet_type: u16§ssrc: u32§ntp_msw: u32§ntp_lsw: u32§timestamp: u32§packet_count: u32§octect_count: u32§nb_reports: u32§reports: [switch_rtcp_report_block_frame; 5]