Searched defs:RTCRtpTransceiverDirection (Results 1 – 5 of 5) sorted by relevance
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | rtp_transceiver_direction.rs | 5 pub enum RTCRtpTransceiverDirection { enum 30 impl From<&str> for RTCRtpTransceiverDirection { implementation 42 impl From<u8> for RTCRtpTransceiverDirection { implementation 54 impl fmt::Display for RTCRtpTransceiverDirection { implementation 74 impl RTCRtpTransceiverDirection { implementation 76 pub fn reverse(&self) -> RTCRtpTransceiverDirection { in reverse() 84 pub fn intersect(&self, other: RTCRtpTransceiverDirection) -> RTCRtpTransceiverDirection { in intersect() 91 pub fn from_send_recv(send: bool, recv: bool) -> RTCRtpTransceiverDirection { in from_send_recv()
|
| H A D | mod.rs | 198 direction: RTCRtpTransceiverDirection, in new() 313 pub fn direction(&self) -> RTCRtpTransceiverDirection { in direction() 318 pub async fn set_direction(&self, d: RTCRtpTransceiverDirection) { in set_direction() 349 pub fn current_direction(&self) -> RTCRtpTransceiverDirection { in current_direction() 357 pub(crate) fn set_current_direction(&self, d: RTCRtpTransceiverDirection) { in set_current_direction() 378 previous_direction: RTCRtpTransceiverDirection, in process_new_current_direction() 494 remote_direction: RTCRtpTransceiverDirection, in satisfy_type_and_direction()
|
| /webrtc/webrtc/src/api/media_engine/ |
| H A D | mod.rs | 350 allowed_direction: Option<RTCRtpTransceiverDirection>, in register_header_extension() 672 direction: RTCRtpTransceiverDirection, in get_rtp_parameters_by_kind()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 740 pub(crate) fn get_peer_direction(media: &MediaDescription) -> RTCRtpTransceiverDirection { in get_peer_direction()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 489 direction: RTCRtpTransceiverDirection, in new_transceiver_from_track()
|