Home
last modified time | relevance | path

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

/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs11 pub struct Bandwidth { struct
16 impl Unmarshal for Bandwidth { argument
19 let mut sdp_bandwidth = Bandwidth::default(); in unmarshal()
36 impl Marshal for Bandwidth { implementation
65 bandwidth: Option<Bandwidth>,
242 cur_media.bandwidth = Some(Bandwidth::unmarshal(kv[1]).unwrap()); in unmarshal()