Home
last modified time | relevance | path

Searched refs:RTCRtpDecodingParameters (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs107 pub type RTCRtpDecodingParameters = RTCRtpCodingParameters; typedef
117 pub encodings: Vec<RTCRtpDecodingParameters>,
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs14 create_stream_info, RTCRtpDecodingParameters, RTCRtpReceiveParameters, SSRC,
653 let mut encodings = vec![RTCRtpDecodingParameters::default(); encoding_size]; in start()