Home
last modified time | relevance | path

Searched refs:Sendrecv (Results 1 – 5 of 5) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs10 Sendrecv, enumerator
45 1 => RTCRtpTransceiverDirection::Sendrecv, in from()
57 RTCRtpTransceiverDirection::Sendrecv => { in fmt()
93 (true, true) => Self::Sendrecv, in from_send_recv()
101 matches!(self, Self::Sendrecv | Self::Sendonly) in has_send()
105 matches!(self, Self::Sendrecv | Self::Recvonly) in has_recv()
195 ((Sendrecv, Recvonly), Recvonly), in test_rtp_transceiver_intersect()
196 ((Sendrecv, Sendonly), Sendonly), in test_rtp_transceiver_intersect()
197 ((Sendrecv, Inactive), Inactive), in test_rtp_transceiver_intersect()
200 ((Recvonly, Sendrecv), Recvonly), in test_rtp_transceiver_intersect()
[all …]
H A Dmod.rs500 RTCRtpTransceiverDirection::Sendrecv => vec![ in satisfy_type_and_direction()
502 RTCRtpTransceiverDirection::Sendrecv, in satisfy_type_and_direction()
507 RTCRtpTransceiverDirection::Sendrecv, in satisfy_type_and_direction()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs361 && t.direction() != RTCRtpTransceiverDirection::Sendrecv) in start_rtp_receivers()
441 .unwrap_or(RTCRtpTransceiverDirection::Sendrecv); in add_transceiver_from_kind()
883 direction: RTCRtpTransceiverDirection::Sendrecv, in handle_undeclared_ssrc()
H A Dmod.rs1702 .new_transceiver_from_track(RTCRtpTransceiverDirection::Sendrecv, track) in add_track()
1772 .unwrap_or(RTCRtpTransceiverDirection::Sendrecv); in add_transceiver_from_track()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs336 .with_property_attribute(RTCRtpTransceiverDirection::Sendrecv.to_string()) in add_data_media_section()
594 Sendrecv | Unspecified => t.direction(), in add_transceiver_sdp()