Home
last modified time | relevance | path

Searched defs:RTCRtpCodecCapability (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs55 pub struct RTCRtpCodecCapability { struct
63 impl RTCRtpCodecCapability { impl
H A Dmod.rs138 codec: RTCRtpCodecCapability, in create_stream_info()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_rtp.rs22 pub fn new(codec: RTCRtpCodecCapability, id: String, stream_id: String) -> Self { in new()
32 pub fn codec(&self) -> RTCRtpCodecCapability { in codec()
H A Dtrack_local_static_sample.rs28 pub fn new(codec: RTCRtpCodecCapability, id: String, stream_id: String) -> Self { in new()
43 pub fn codec(&self) -> RTCRtpCodecCapability { in codec()