Home
last modified time | relevance | path

Searched refs:bandwidth_type (Results 1 – 3 of 3) sorted by relevance

/webrtc/sdp/src/description/
H A Dcommon.rs52 pub bandwidth_type: String, field
59 write!(f, "{}{}:{}", output, self.bandwidth_type, self.bandwidth) in fmt()
H A Ddescription_test.rs75 bandwidth_type: "YZ".to_string(), in test_marshal()
80 bandwidth_type: "AS".to_string(), in test_marshal()
145 bandwidth_type: "YZ".to_string(), in test_marshal()
H A Dsession.rs1080 bandwidth_type: parts[0].to_owned(), in unmarshal_bandwidth()