Home
last modified time | relevance | path

Searched refs:add_transceiver_from_kind (Results 1 – 12 of 12) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs169 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_codec_preferences_payload_type()
173 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_codec_preferences_payload_type()
220 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_direction_change()
224 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_direction_change()
273 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_direction_causing_negotiation()
277 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_set_direction_causing_negotiation()
320 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_stopping()
324 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_transceiver_stopping()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_test.rs74 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_no_codec_intersection()
131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_closed()
249 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_payload_type()
375 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_track_local_static_binding_non_blocking()
/webrtc/webrtc/src/api/setting_engine/
H A Dsetting_engine_test.rs164 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_setting_engine_set_disable_media_engine_copy()
238 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_setting_engine_set_disable_media_engine_copy()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs140 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
143 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs194 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
197 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs219 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
222 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs15 pc.add_transceiver_from_kind(RTPCodecType::Audio, None) in test_opus_case()
35 pc.add_transceiver_from_kind(RTPCodecType::Video, None) in test_video_case()
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs118 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Drtp_sender_test.rs131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_sender_get_parameters()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs430 pub(super) async fn add_transceiver_from_kind( in add_transceiver_from_kind() method
880 .add_transceiver_from_kind( in handle_undeclared_ssrc()
H A Dmod.rs1752 pub async fn add_transceiver_from_kind( in add_transceiver_from_kind() method
1757 self.internal.add_transceiver_from_kind(kind, init).await in add_transceiver_from_kind()
/webrtc/webrtc/
H A DCHANGELOG.md30 * Change `RTCPeerConnection::add_transceiver_from_kind` signature to `|&self, kind: RTPCodecType, i…