Home
last modified time | relevance | path

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

/webrtc/sdp/src/description/
H A Dsession.rs212 pub time_descriptions: Vec<TimeDescription>, field
265 time_descriptions: vec![TimeDescription { in new_jsep_session_description()
422 for time_description in &self.time_descriptions { in marshal()
549 time_descriptions: vec![], in unmarshal()
1098 lexer.desc.time_descriptions.push(TimeDescription { in unmarshal_timing()
1119 if let Some(latest_time_desc) = lexer.desc.time_descriptions.last_mut() { in unmarshal_repeat_times()
H A Ddescription_test.rs84 time_descriptions: vec![ in test_marshal()