Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 29) sorted by relevance

12

/webrtc/sdp/src/extmap/
H A Dmod.rs4 use super::direction::*;
30 pub direction: Direction, field
38 if self.direction != Direction::Unspecified { in fmt()
39 output += format!("/{}", self.direction).as_str(); in fmt()
86 let mut direction = Direction::Unspecified; in unmarshal() localVariable
88 direction = Direction::new(valdir[1]); in unmarshal()
89 if direction == Direction::Unspecified { in unmarshal()
107 direction, in unmarshal()
H A Dextmap_test.rs62 direction: Direction::Unspecified, in test_transport_cc_extmap()
/webrtc/rtp/src/extension/video_orientation_extension/
H A Dvideo_orientation_extension_test.rs20 direction: CameraDirection::Back, in test_video_orientation_extension_back_facing_camera()
40 direction: CameraDirection::Front, in test_video_orientation_extension_flip_true()
60 direction: CameraDirection::Front, in test_video_orientation_extension_degree_90()
80 direction: CameraDirection::Front, in test_video_orientation_extension_degree_180()
100 direction: CameraDirection::Front, in test_video_orientation_extension_degree_270()
H A Dmod.rs40 pub direction: CameraDirection, field
84 direction: c.try_into()?, in unmarshal()
93 let c = (self.direction as u8) << 3; in marshal_to()
/webrtc/webrtc/src/rtp_transceiver/
H A Dmod.rs129 pub direction: RTCRtpTransceiverDirection, field
181 direction: AtomicU8, //RTPTransceiverDirection field
198 direction: RTCRtpTransceiverDirection, in new()
212 direction: AtomicU8::new(direction as u8), in new()
313 pub fn direction(&self) -> RTCRtpTransceiverDirection { in direction() method
314 self.direction.load(Ordering::SeqCst).into() in direction()
331 self.direction.swap(d as u8, Ordering::SeqCst).into(); in set_direction_internal()
450 let direction = self.direction(); in set_sending_track() localVariable
452 let should_recv = direction.has_recv(); in set_sending_track()
468 .field("direction", &self.direction) in fmt()
[all …]
/webrtc/sdp/src/
H A Dlib.rs5 pub mod direction; module
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs466 if t.direction().has_send() { in check_negotiation_needed()
1233 let direction = get_peer_direction(media); in set_local_description() localVariable
1254 t.set_current_direction(direction); in set_local_description()
1343 let direction = get_peer_direction(media); in set_remote_description() localVariable
1435 let direction = get_peer_direction(media); in set_remote_description() localVariable
1450 let reversed_direction = direction.reverse(); in set_remote_description()
1690 t.direction().has_recv(), in add_track()
1738 t.direction().has_recv(), in remove_track()
1770 let direction = init in add_transceiver_from_track() localVariable
1771 .map(|init| init.direction) in add_transceiver_from_track()
[all …]
H A Dpeer_connection_internal.rs360 || (t.direction() != RTCRtpTransceiverDirection::Recvonly in start_rtp_receivers()
439 let direction = init in add_transceiver_from_kind() localVariable
440 .map(|value| value.direction) in add_transceiver_from_kind()
443 if direction == RTCRtpTransceiverDirection::Unspecified { in add_transceiver_from_kind()
474 direction, in add_transceiver_from_kind()
489 direction: RTCRtpTransceiverDirection, in new_transceiver_from_track()
497 if direction == RTCRtpTransceiverDirection::Unspecified { in new_transceiver_from_track()
524 direction, in new_transceiver_from_track()
750 let direction = get_peer_direction(media); in generate_matched_sdp() localVariable
883 direction: RTCRtpTransceiverDirection::Sendrecv, in handle_undeclared_ssrc()
[all …]
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs505 let parameters = media_engine.get_rtp_parameters_by_kind(t.kind, t.direction()); in add_transceiver_sdp()
574 let direction = match params.offered_direction { in add_transceiver_sdp() localVariable
577 let transceiver_direction = t.direction(); in add_transceiver_sdp()
594 Sendrecv | Unspecified => t.direction(), in add_transceiver_sdp()
609 t.direction() in add_transceiver_sdp()
612 media = media.with_property_attribute(direction.to_string()); in add_transceiver_sdp()
742 let direction = RTCRtpTransceiverDirection::from(a.key.as_str()); in get_peer_direction() localVariable
743 if direction != RTCRtpTransceiverDirection::Unspecified { in get_peer_direction()
744 return direction; in get_peer_direction()
/webrtc/webrtc/
H A DCHANGELOG.md85 * Allowed one single direction for extmap matching. [#321](https://github.com/webrtc-rs/webrtc/pull…
135 …e. A transceiver can be resurrected by setting direction back to e.g. `a=sendrecv`. The desired di…
137 …* [#210 Rework transceiver direction support further](https://github.com/webrtc-rs/webrtc/pull/210…
141 …* [#268 Fix current direction update when applying answer](https://github.com/webrtc-rs/webrtc/pul…
142 …* [#236 Pause RTP writing if direction indicates it](https://github.com/webrtc-rs/webrtc/pull/236)…
/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs672 direction: RTCRtpTransceiverDirection, in get_rtp_parameters_by_kind()
681 if e.is_matching_direction(direction) in get_rtp_parameters_by_kind()
696 let relevant = local_extension.is_matching_direction(direction) in get_rtp_parameters_by_kind()
/webrtc/webrtc/src/rtp_transceiver/rtp_sender/
H A Dmod.rs224 self.set_paused(!t.direction().has_send()); in set_rtp_transceiver()
/webrtc/sctp/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/interceptor/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/constraints/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/examples/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/turn/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/rtcp/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/rtp/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/mdns/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/stun/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/media/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/data/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or
/webrtc/srtp/
H A DLICENSE-APACHE19 direction or management of such entity, whether by contract or

12