Searched refs:video_function (Results 1 – 3 of 3) sorted by relevance
23 pub video_function: Option<f64>, // double default: 1 field40 video_function: Some(1_f64), in new()56 video_function: None, in new_none()167 if let Some(video_function) = properties.video_function { in write_connect()170 Amf0ValueType::Number(video_function), in write_connect()
401 if let Amf0ValueType::Number(video_function) = value { in parse_connect_properties()402 self.connect_properties.video_function = Some(*video_function); in parse_connect_properties()
360 properties.video_function = Some(1_f64); in send_connect()