Searched refs:AacProfile (Results 1 – 2 of 2) sorted by relevance
| /xiu/library/container/flv/src/ |
| H A D | define.rs | 62 pub enum AacProfile { enum 74 pub fn u8_2_aac_profile(profile: u8) -> AacProfile { in u8_2_aac_profile() argument 76 2_u8 => AacProfile::LC, in u8_2_aac_profile() 77 3_u8 => AacProfile::SSR, in u8_2_aac_profile() 78 5_u8 => AacProfile::HE, in u8_2_aac_profile() 79 29_u8 => AacProfile::HEV2, in u8_2_aac_profile() 80 _ => AacProfile::UNKNOWN, in u8_2_aac_profile()
|
| /xiu/library/streamhub/src/statistics/ |
| H A D | mod.rs | 6 xflv::define::{AacProfile, AvcCodecId, AvcLevel, AvcProfile, SoundFormat}, 24 profile: AacProfile,
|