Home
last modified time | relevance | path

Searched defs:RTPCodecType (Results 1 – 11 of 11) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs10 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 Dmod.rs199 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 Dmod.rs318 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 Dmod.rs82 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 Dtrack_local_static_rtp.rs199 fn kind(&self) -> RTPCodecType { in kind()
H A Dtrack_local_static_sample.rs230 fn kind(&self) -> RTPCodecType { in kind()
H A Dmod.rs94 fn kind(&self) -> RTPCodecType; in kind()
/webrtc/webrtc/src/rtp_transceiver/rtp_receiver/
H A Dmod.rs330 kind: RTPCodecType, in get_codecs()
407 kind: RTPCodecType, in new()
435 pub fn kind(&self) -> RTPCodecType { in kind()
/webrtc/webrtc/src/api/
H A Dmod.rs141 kind: RTPCodecType, in new_rtp_receiver()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs432 kind: RTPCodecType, in add_transceiver_from_kind()
H A Dmod.rs1754 kind: RTPCodecType, in add_transceiver_from_kind()