Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs65 pub async fn notify_audio_statistics_info(&mut self, data_size: usize, aac_packet_type: u8) { in notify_audio_statistics_info() method
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs111 .notify_audio_statistics_info(chunk_body.len(), tag_header.aac_packet_type) in save_audio_data()