Searched defs:RTPCodecType (Results 1 – 11 of 11) sorted by relevance
| /webrtc/webrtc/src/rtp_transceiver/ |
| H A D | rtp_codec.rs | 10 pub enum RTPCodecType { enum 21 impl From<&str> for RTPCodecType { implementation 31 impl From<u8> for RTPCodecType { implementation 41 impl fmt::Display for RTPCodecType { implementation
|
| H A D | mod.rs | 199 kind: RTPCodecType, in new() 308 pub fn kind(&self) -> RTPCodecType { in kind() 493 remote_kind: RTPCodecType, in satisfy_type_and_direction()
|
| /webrtc/webrtc/src/api/media_engine/ |
| H A D | mod.rs | 318 typ: RTPCodecType, in register_codec() 349 typ: RTPCodecType, in register_header_extension() 391 pub fn register_feedback(&mut self, feedback: RTCPFeedback, typ: RTPCodecType) { in register_feedback() 441 ) -> Result<(RTCRtpCodecParameters, RTPCodecType)> { in get_codec_by_payload() argument 480 typ: RTPCodecType, in match_remote_codec() 535 typ: RTPCodecType, in update_header_extension() 581 pub(crate) async fn push_codecs(&self, codecs: Vec<RTCRtpCodecParameters>, typ: RTPCodecType) { in push_codecs() 671 typ: RTPCodecType, in get_rtp_parameters_by_kind()
|
| /webrtc/webrtc/src/track/track_remote/ |
| H A D | mod.rs | 82 kind: RTPCodecType, in new() 154 pub fn kind(&self) -> RTPCodecType { in kind() 158 pub fn set_kind(&self, kind: RTPCodecType) { in set_kind()
|
| /webrtc/webrtc/src/track/track_local/ |
| H A D | track_local_static_rtp.rs | 199 fn kind(&self) -> RTPCodecType { in kind()
|
| H A D | track_local_static_sample.rs | 230 fn kind(&self) -> RTPCodecType { in kind()
|
| H A D | mod.rs | 94 fn kind(&self) -> RTPCodecType; in kind()
|
| /webrtc/webrtc/src/rtp_transceiver/rtp_receiver/ |
| H A D | mod.rs | 330 kind: RTPCodecType, in get_codecs() 407 kind: RTPCodecType, in new() 435 pub fn kind(&self) -> RTPCodecType { in kind()
|
| /webrtc/webrtc/src/api/ |
| H A D | mod.rs | 141 kind: RTPCodecType, in new_rtp_receiver()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 432 kind: RTPCodecType, in add_transceiver_from_kind()
|
| H A D | mod.rs | 1754 kind: RTPCodecType, in add_transceiver_from_kind()
|