Searched refs:aac_packet_type (Results 1 – 7 of 7) sorted by relevance
| /xiu/library/streamhub/src/statistics/ |
| H A D | avstatistics.rs | 16 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 D | flv_tag_header.rs | 68 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 D | demuxer_tag.rs | 61 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 D | demuxer.rs | 8 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 D | define.rs | 10 pub mod aac_packet_type { module
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | mod.rs | 96 && 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 D | rtsp2rtmp.rs | 236 aac_packet_type: 0, in on_rtsp_audio() 240 audio_tag_header.aac_packet_type = 1; in on_rtsp_audio()
|