AVBlocks for C++
2.1
Audio and Video Software Development Kit
|
Presets for the WMA standard codec. More...
Variables | |
static const char | CBR_128kbps [] = "wma.cbr.128kbps" |
Audio: Windows Media Standard, 44100 Hz, stereo, 128 kbps, CBR Container: ASF More... | |
static const char | CBR_160kbps [] = "wma.cbr.160kbps" |
Audio: Windows Media Standard, 44100 Hz, stereo, 160 kbps, CBR Container: ASF More... | |
static const char | CBR_64kbps [] = "wma.cbr.64kbps" |
Audio: Windows Media Standard, 44100 Hz, stereo, 64 kbps, CBR Container: ASF More... | |
static const char | CBR_96kbps [] = "wma.cbr.96kbps" |
Audio: Windows Media Standard, 44100 Hz, stereo, 96 kbps, CBR Container: ASF More... | |
Presets for the WMA standard codec.
|
static |
Audio: Windows Media Standard, 44100 Hz, stereo, 128 kbps, CBR
Container: ASF
Property | Value |
---|---|
StreamType | ASF |
Property | Value |
---|---|
StreamType (StreamInfo) | WMA |
Bitrate (StreamInfo) | 128000 bps |
BitrateMode (StreamInfo) | CBR |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Audio: Windows Media Standard, 44100 Hz, stereo, 160 kbps, CBR
Container: ASF
Property | Value |
---|---|
StreamType | ASF |
Property | Value |
---|---|
StreamType (StreamInfo) | WMA |
Bitrate (StreamInfo) | 160000 bps |
BitrateMode (StreamInfo) | CBR |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Audio: Windows Media Standard, 44100 Hz, stereo, 64 kbps, CBR
Container: ASF
Property | Value |
---|---|
StreamType | ASF |
Property | Value |
---|---|
StreamType (StreamInfo) | WMA |
Bitrate (StreamInfo) | 64000 bps |
BitrateMode (StreamInfo) | CBR |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |
|
static |
Audio: Windows Media Standard, 44100 Hz, stereo, 96 kbps, CBR
Container: ASF
Property | Value |
---|---|
StreamType | ASF |
Property | Value |
---|---|
StreamType (StreamInfo) | WMA |
Bitrate (StreamInfo) | 96000 bps |
BitrateMode (StreamInfo) | CBR |
ChannelLayout (AudioStreamInfo) | LayoutStereo |
Channels (AudioStreamInfo) | 2 |
SampleRate (AudioStreamInfo) | 44100 Hz |