Searched refs:RTCRtpDecodingParameters (Results 1 – 2 of 2) sorted by relevance
107 pub type RTCRtpDecodingParameters = RTCRtpCodingParameters; typedef117 pub encodings: Vec<RTCRtpDecodingParameters>,
14 create_stream_info, RTCRtpDecodingParameters, RTCRtpReceiveParameters, SSRC,653 let mut encodings = vec![RTCRtpDecodingParameters::default(); encoding_size]; in start()