Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs24 video_bytes: Arc<Mutex<f32>>, field
39 video_bytes: Arc::new(Mutex::new(0.0)), in new()
76 *self.video_bytes.lock().await += data_size as f32; in notify_video_statistics_info()
90 let video_bytes_clone = self.video_bytes.clone(); in start()