sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_AACPLUS); // Use 128kbps if(sc == ON2_OK) sc = Flix2_CodecSetParam(codec, FE2_AACPLUS_BITRATE, 128);
Valid Configurations
Channels | Bitrates (kbps) | Sampling Rate (kHz) =========================================================================== 1ch | 8,10,12,16 | 22.05,24,32,44.1,48 1ch | 20,24,28,32,40,48 | 32,44.1,48 1ch | 56,64 | 32,44.1,48,64,88.2,96 1ch | 80,96,112,128 | 64,88.2,96 2ch | 16,20,24,28,32,40,48,56,64 | 32,44.1,48 2ch | 80,96,112,128 | 32,44.1,48,64,88.2,96 2ch | 160,192,224,256 | 64,88.2,96 2ch-Parametric-Stereo | 16,20,24,28,32,40,48,56 | 32,44.1,48
Defines | |
#define | FE2_CODEC_AACPLUS |
AAC+ (HE-AAC). Codec name for use with Flix2_AddCodec(). | |
#define | FE2_AACPLUS_BITRATE |
Alias for FE2_CODECPARAM_BITRATE. | |
#define | FE2_AACPLUS_PARAMETRIC_STEREO |
Parameter for parametric stereo. |
#define FE2_AACPLUS_BITRATE |
Alias for FE2_CODECPARAM_BITRATE.
Codec parameter for stream bitrate.
Compressed stream bitrate in kbits/sec.
#define FE2_AACPLUS_PARAMETRIC_STEREO |
Parameter for parametric stereo.
The Parametric Stereo technology was standardized by ISO 14496-3. It is a method to code stereo information and thus allows for further enhanced coding efficiency for lowest bit rate stereo coding. Combining Parametric Stereo with SBR and AAC yields the aacPlus v2 codec.
#define FE2_CODEC_AACPLUS |