AVBlocks for .NET
3.0
Audio and Video Software Development Kit
|
M4A presets (AAC audio in MP4 container) More...
Static Public Attributes | |
const string | CBR_128kbps = "mp4.aac.44100hz.128kbps" |
AAC audio stream in MP4 format, 44100 Hz, stereo, 128 kbps Normal (standard) quality. | |
const string | CBR_256kbps = "mp4.aac.44100hz.256kbps" |
AAC audio stream in MP4 format, 44100 Hz, stereo, 256 kbps, CBR High quality. | |
const string | GoodQuality = "mp4.aac.good.quality" |
AAC stream in MP4 container, stereo, 128 kbps, CBR. | |
const string | HighQuality = "mp4.aac.high.quality" |
AAC stream in MP4 container, stereo, 160 kbps, CBR. | |
const string | LowQuality = "mp4.aac.low.quality" |
AAC stream in MP4 container, stereo, 96 kbps, CBR. | |
M4A presets (AAC audio in MP4 container)
|
static |
AAC audio stream in MP4 format, 44100 Hz, stereo, 128 kbps Normal (standard) quality.
Property | Value |
---|---|
StreamType | Mp4 |
Property | Value |
---|---|
StreamType (StreamInfo) | Aac |
StreamSubType (StreamInfo) | AacMp4 |
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) | AacMp4 |
Bitrate (StreamInfo) | 256000 bps |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
AAC stream in MP4 container, stereo, 128 kbps, CBR.
Property | Value |
---|---|
StreamType | Mp4 |
|
static |
AAC stream in MP4 container, stereo, 160 kbps, CBR.
Property | Value |
---|---|
StreamType | Mp4 |
|
static |
AAC stream in MP4 container, stereo, 96 kbps, CBR.
Property | Value |
---|---|
StreamType | Mp4 |