Home
last modified time | relevance | path

Searched refs:Bandwidth (Results 1 – 4 of 4) sorted by relevance

/webrtc/sdp/src/description/
H A Dcommon.rs50 pub struct Bandwidth { struct
56 impl fmt::Display for Bandwidth { argument
H A Ddescription_test.rs73 Bandwidth { in test_marshal()
78 Bandwidth { in test_marshal()
143 bandwidth: vec![Bandwidth { in test_marshal()
H A Dmedia.rs44 pub bandwidth: Vec<Bandwidth>,
H A Dsession.rs208 pub bandwidth: Vec<Bandwidth>,
1058 fn unmarshal_bandwidth(value: &str) -> Result<Bandwidth> { in unmarshal_bandwidth() argument
1078 Ok(Bandwidth { in unmarshal_bandwidth()