Home
last modified time | relevance | path

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

/xiu/library/container/flv/src/
H A Dflv_tag_header.rs36 pub sound_format: u8, field
74 sound_format: 0, in defalut()
91 tag_header.sound_format = flags >> 4; in unmarshal()
96 if tag_header.sound_format == define::SoundFormat::AAC as u8 { in unmarshal()
109 self.sound_format << 4 | self.sound_rate << 2 | self.sound_size << 1 | self.sound_type; in marshal()
112 if self.sound_format == define::SoundFormat::AAC as u8 { in marshal()
H A Ddemuxer_tag.rs29 pub sound_format: u8, field
67 sound_format: 0, in defalut()
92 self.tag.sound_format = flags >> 4; in parse_tag_header()
97 if self.tag.sound_format == define::SoundFormat::AAC as u8 { in parse_tag_header()
H A Ddemuxer.rs76 pub sound_format: u8, field
86 sound_format: 0, in new()
185 if tag_header.sound_format == SoundFormat::AAC as u8 { in demux()
196 sound_format: tag_header.sound_format, in demux()
/xiu/library/streamhub/src/statistics/
H A Dmod.rs23 sound_format: SoundFormat, field
H A Davstatistics.rs52 audio_info.sound_format = SoundFormat::AAC; in notify_audio_codec_info()
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs95 if tag_header.sound_format == define::SoundFormat::AAC as u8 in save_audio_data()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs232 sound_format: 10, in on_rtsp_audio()