BASS.NET API for the Un4seen BASS Audio Library

EncoderBassEnc_AacAACProfile Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The FDKAAC profile to use (Audio Object Type).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax

public enum AACProfile
Members

  Member nameValueDescription
AAC_LC2 2: (Default) MPEG-4 AAC LC Audio Object Type based on the MPEG-2 Part 7 Low Complexity profile (LC) combined with Perceptual Noise Substitution (PNS) (defined in MPEG-4 Part 3 Subpart 4).
HE_AAC5 5: SBR (Spectral Band Replication), used with AAC LC in the High Efficiency AAC Profile (HE-AAC v1).
HE_AACv229 29: SBR+PS (Parametric Stereo), used with AAC LC and SBR in the HE-AAC v2 Profile.
AAC_LD23 23: ER AAC LD (Low Delay), used with CELP, ER CELP, HVXC, ER HVXC and TTSI in the Low Delay Profile (commonly used for real-time conversation applications).
AAC_ELD39 39: ELD (Enhanced Low Delay).
See Also

Reference