Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Dmod.rs6 xflv::define::{AacProfile, AvcCodecId, AvcLevel, AvcProfile, SoundFormat},
23 sound_format: SoundFormat,
H A Davstatistics.rs16 define::{aac_packet_type, AvcCodecId, SoundFormat},
52 audio_info.sound_format = SoundFormat::AAC; in notify_audio_codec_info()
/xiu/library/container/flv/src/
H A Dflv_tag_header.rs96 if tag_header.sound_format == define::SoundFormat::AAC as u8 { in unmarshal()
112 if self.sound_format == define::SoundFormat::AAC as u8 { in marshal()
H A Ddemuxer.rs8 define::{aac_packet_type, avc_packet_type, tag_type, AvcCodecId, FlvData, SoundFormat},
185 if tag_header.sound_format == SoundFormat::AAC as u8 { in demux()
H A Ddemuxer_tag.rs97 if self.tag.sound_format == define::SoundFormat::AAC as u8 { in parse_tag_header()
H A Ddefine.rs5 pub enum SoundFormat { enum
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs95 if tag_header.sound_format == define::SoundFormat::AAC as u8 in save_audio_data()