Searched refs:push_codecs (Results 1 – 3 of 3) sorted by relevance
14 m.push_codecs(m.video_codecs.clone(), RTPCodecType::Video) in test_rtp_transceiver_set_codec_preferences()16 m.push_codecs(m.audio_codecs.clone(), RTPCodecType::Audio) in test_rtp_transceiver_set_codec_preferences()
581 pub(crate) async fn push_codecs(&self, codecs: Vec<RTCRtpCodecParameters>, typ: RTPCodecType) { in push_codecs() method631 self.push_codecs(exact_matches, typ).await; in update_from_remote_description()633 self.push_codecs(partial_matches, typ).await; in update_from_remote_description()
756 me.push_codecs(me.video_codecs.clone(), RTPCodecType::Video) in test_populate_sdp()758 me.push_codecs(me.audio_codecs.clone(), RTPCodecType::Audio) in test_populate_sdp()