Home
last modified time | relevance | path

Searched defs:Bandwidth (Results 1 – 2 of 2) sorted by relevance

/webrtc/sdp/src/description/
H A Dcommon.rs50 pub struct Bandwidth { struct
56 impl fmt::Display for Bandwidth { argument
H A Dsession.rs1058 fn unmarshal_bandwidth(value: &str) -> Result<Bandwidth> { in unmarshal_bandwidth()