Home
last modified time | relevance | path

Searched refs:Recvonly (Results 1 – 8 of 8) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs16 Recvonly, enumerator
47 3 => RTCRtpTransceiverDirection::Recvonly, in from()
63 RTCRtpTransceiverDirection::Recvonly => { in fmt()
95 (false, true) => Self::Recvonly, in from_send_recv()
105 matches!(self, Self::Sendrecv | Self::Recvonly) in has_recv()
164 (RTCRtpTransceiverDirection::Recvonly, true), in test_rtp_transceiver_has_recv()
195 ((Sendrecv, Recvonly), Recvonly), in test_rtp_transceiver_intersect()
199 ((Recvonly, Inactive), Inactive), in test_rtp_transceiver_intersect()
200 ((Recvonly, Sendrecv), Recvonly), in test_rtp_transceiver_intersect()
202 ((Sendonly, Recvonly), Inactive), in test_rtp_transceiver_intersect()
[all …]
H A Dmod.rs501 RTCRtpTransceiverDirection::Recvonly, in satisfy_type_and_direction()
504 RTCRtpTransceiverDirection::Sendonly => vec![RTCRtpTransceiverDirection::Recvonly], in satisfy_type_and_direction()
505 RTCRtpTransceiverDirection::Recvonly => vec![ in satisfy_type_and_direction()
/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs536 m.get_rtp_parameters_by_kind(RTPCodecType::Audio, RTCRtpTransceiverDirection::Recvonly); in test_media_engine_header_extension_direction()
550 Some(RTCRtpTransceiverDirection::Recvonly), in test_media_engine_header_extension_direction()
554 m.get_rtp_parameters_by_kind(RTPCodecType::Audio, RTCRtpTransceiverDirection::Recvonly); in test_media_engine_header_extension_direction()
572 m.get_rtp_parameters_by_kind(RTPCodecType::Audio, RTCRtpTransceiverDirection::Recvonly); in test_media_engine_header_extension_direction()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs694 RTCRtpTransceiverDirection::Recvonly, in test_populate_sdp()
778 RTCRtpTransceiverDirection::Recvonly, in test_populate_sdp()
885 RTCRtpTransceiverDirection::Recvonly, in test_populate_sdp_reject()
907 RTCRtpTransceiverDirection::Recvonly, in test_populate_sdp_reject()
H A Dmod.rs580 Sendonly | Recvonly => { in add_transceiver_sdp()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs316 .get_rtp_parameters_by_kind(self.kind, RTCRtpTransceiverDirection::Recvonly); in get_parameters()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1365 if direction == RTCRtpTransceiverDirection::Recvonly { in set_remote_description()
1368 RTCRtpTransceiverDirection::Recvonly in set_remote_description()
H A Dpeer_connection_internal.rs360 || (t.direction() != RTCRtpTransceiverDirection::Recvonly in start_rtp_receivers()