Searched refs:add_transceiver_from_kind (Results 1 – 12 of 12) sorted by relevance
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | rtp_transceiver_test.rs | 169 .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 D | track_local_static_test.rs | 74 .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 D | setting_engine_test.rs | 164 .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 D | rtp-forwarder.rs | 140 .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 D | save-to-disk-h264.rs | 194 .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 D | save-to-disk-vpx.rs | 219 .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 D | media_engine_test.rs | 15 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 D | broadcast.rs | 118 .add_transceiver_from_kind(RTPCodecType::Video, None) in main()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_sender/ |
| H A D | rtp_sender_test.rs | 131 .add_transceiver_from_kind(RTPCodecType::Video, None) in test_rtp_sender_get_parameters()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 430 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 D | mod.rs | 1752 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 D | CHANGELOG.md | 30 * Change `RTCPeerConnection::add_transceiver_from_kind` signature to `|&self, kind: RTPCodecType, i…
|