Searched defs:codec (Results 1 – 8 of 8) sorted by relevance
51 codec: SyncMutex<RTCRtpCodecParameters>, field177 pub fn codec(&self) -> RTCRtpCodecParameters { in codec() method178 let codec = self.codec.lock(); in codec() localVariable264 let mut codec = self.codec.lock(); in check_and_update_track() localVariable
15 codec: RTCRtpCodecCapability, field32 pub fn codec(&self) -> RTCRtpCodecCapability { in codec() method
43 pub fn codec(&self) -> RTCRtpCodecCapability { in codec() method185 let codec = self.rtp_track.bind(t).await?; in bind() localVariable
236 let codec = track.codec(); in main() localVariable
261 let codec = track.codec(); in main() localVariable
403 let codec = if let Some(t) = &*track { in send() localVariable
886 let codec = match s.get_codec_for_payload_type(payload_type) { in codecs_from_media_description() localVariable
519 let codec = if let Some(codec) = global_params.codecs.first() { in receive() localVariable