Lines Matching refs:properties
343 let mut properties = ConnectProperties::new_none(); in send_connect() localVariable
350 properties.app = Some(self.app_name.clone()); in send_connect()
354 properties.flash_ver = Some("LNX 9,0,124,2".to_string()); in send_connect()
355 properties.tc_url = Some(url.clone()); in send_connect()
356 properties.fpad = Some(false); in send_connect()
357 properties.capabilities = Some(15_f64); in send_connect()
358 properties.audio_codecs = Some(4071_f64); in send_connect()
359 properties.video_codecs = Some(252_f64); in send_connect()
360 properties.video_function = Some(1_f64); in send_connect()
363 properties.pub_type = Some("nonprivate".to_string()); in send_connect()
364 properties.flash_ver = Some("FMLE/3.0 (compatible; xiu)".to_string()); in send_connect()
365 properties.fpad = Some(false); in send_connect()
366 properties.tc_url = Some(url.clone()); in send_connect()
371 .write_connect(transaction_id, &properties) in send_connect()