AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
M4A presets (AAC audio in MP4 container) More...
Variables | |
static const char | CBR_128kbps [] = "mp4.aac.44100hz.128kbps" |
AAC audio stream in MP4 container, 44100 Hz, stereo, 128 kbps, CBR Normal (standard) quality. More... | |
static const char | CBR_256kbps [] = "mp4.aac.44100hz.256kbps" |
AAC audio stream in MP4 format, 44100 Hz, stereo, 256 kbps, CBR High quality. More... | |
static const char | GoodQuality [] = "mp4.aac.good.quality" |
AAC audio stream in MP4 container, 44100 Hz, stereo, 128 kbps, CBR. More... | |
static const char | HighQuality [] = "mp4.aac.high.quality" |
AAC audio stream in MP4 container, 44100 Hz, stereo, 160 kbps, CBR. More... | |
static const char | LowQuality [] = "mp4.aac.low.quality" |
AAC audio stream in MP4 container, 44100 Hz, stereo, 96 kbps, CBR. More... | |
M4A presets (AAC audio in MP4 container)
|
static |
AAC audio stream in MP4 container, 44100 Hz, stereo, 128 kbps, CBR
Normal (standard) quality.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 128000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
AAC audio stream in MP4 format, 44100 Hz, stereo, 256 kbps, CBR
High quality.
Property | Value |
---|---|
StreamType | MP4 |
Property | Value |
---|---|
StreamType (StreamInfo) | AAC |
StreamSubType (StreamInfo) | AAC_MP4 |
Bitrate (StreamInfo) | 256000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
AAC audio stream in MP4 container, 44100 Hz, stereo, 128 kbps, CBR.
Property | Value |
---|---|
StreamType | MP4 |
|
static |
AAC audio stream in MP4 container, 44100 Hz, stereo, 160 kbps, CBR.
Property | Value |
---|---|
StreamType | MP4 |
|
static |
AAC audio stream in MP4 container, 44100 Hz, stereo, 96 kbps, CBR.
Property | Value |
---|---|
StreamType | MP4 |