Type Alias RTCRtpCodecParameters

Source
pub(crate) type RTCRtpCodecParameters = RTCRtpCodecParameters;

Aliased Type§

pub(crate) struct RTCRtpCodecParameters {
    pub channels: Option<u16>,
    pub clockRate: u32,
    pub mimeType: DOMString,
    pub payloadType: u8,
    pub sdpFmtpLine: Option<DOMString>,
}

Fields§

§channels: Option<u16>§clockRate: u32§mimeType: DOMString§payloadType: u8§sdpFmtpLine: Option<DOMString>