Searched refs:Bandwidth (Results 1 – 1 of 1) sorted by relevance
11 pub struct Bandwidth { struct16 impl Unmarshal for Bandwidth { argument19 let mut sdp_bandwidth = Bandwidth::default(); in unmarshal()36 impl Marshal for Bandwidth { implementation65 bandwidth: Option<Bandwidth>,242 cur_media.bandwidth = Some(Bandwidth::unmarshal(kv[1]).unwrap()); in unmarshal()