Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs16 define::{aac_packet_type, AvcCodecId, SoundFormat},
65 pub async fn notify_audio_statistics_info(&mut self, data_size: usize, aac_packet_type: u8) { in notify_audio_statistics_info()
66 match aac_packet_type { in notify_audio_statistics_info()
67 aac_packet_type::AAC_RAW => { in notify_audio_statistics_info()
70 aac_packet_type::AAC_SEQHDR => {} in notify_audio_statistics_info()
/xiu/library/container/flv/src/
H A Dflv_tag_header.rs68 pub aac_packet_type: u8, field
78 aac_packet_type: 0, in defalut()
97 tag_header.aac_packet_type = reader.read_u8()?; in unmarshal()
113 writer.write_u8(self.aac_packet_type)?; in marshal()
H A Ddemuxer_tag.rs61 pub aac_packet_type: u8, field
71 aac_packet_type: 0, in defalut()
98 self.tag.aac_packet_type = self.bytes_reader.read_u8()?; in parse_tag_header()
H A Ddemuxer.rs8 define::{aac_packet_type, avc_packet_type, tag_type, AvcCodecId, FlvData, SoundFormat},
186 match tag_header.aac_packet_type { in demux()
187 aac_packet_type::AAC_SEQHDR => { in demux()
191 aac_packet_type::AAC_RAW => { in demux()
H A Ddefine.rs10 pub mod aac_packet_type { module
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs96 && tag_header.aac_packet_type == define::aac_packet_type::AAC_SEQHDR in save_audio_data()
111 .notify_audio_statistics_info(chunk_body.len(), tag_header.aac_packet_type) in save_audio_data()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs236 aac_packet_type: 0, in on_rtsp_audio()
240 audio_tag_header.aac_packet_type = 1; in on_rtsp_audio()