AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::avblocks::Preset::Audio::Generic::MP3 Namespace Reference

MP3 presets (MPEG-1 Layer 3) More...

Variables

static const char AMRadio [] = "mp3.am.radio.32kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, mono, 32 kbps, CBR. More...
 
static const char CBR_128kbps [] = "mp3.44100hz.128kbps"
 MPEG-1 Layer 3 audio, 44100Hz, stereo, 128 kbps, CBR
More...
 
static const char CBR_256kbps [] = "mp3.44100hz.256kbps"
 MPEG-1 Layer 3 audio, 44100Hz, stereo, 256 kbps, CBR
More...
 
static const char CD [] = "mp3.audiocd.192kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 192 kbps, CBR
Container: MP3
More...
 
static const char FMRadio [] = "mp3.fm.radio.32kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, stereo, 96 kbps, CBR. More...
 
static const char HiFi [] = "mp3.hi.fi.160kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 160 kbps, CBR
Container: MP3
More...
 
static const char Radio [] = "mp3.radio.112kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, stereo, 112 kbps, CBR. More...
 
static const char Studio [] = "mp3.studio.256kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 256 kbps, CBR
Container: MP3
More...
 
static const char Tape [] = "mp3.tape.128kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 128 kbps, CBR
Container: MP3
More...
 
static const char Voice [] = "mp3.voice.64kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, mono, 64 kbps, CBR. More...
 

Detailed Description

MP3 presets (MPEG-1 Layer 3)

Variable Documentation

const char AMRadio[] = "mp3.am.radio.32kbps"
static
const char CBR_128kbps[] = "mp3.44100hz.128kbps"
static
const char CBR_256kbps[] = "mp3.44100hz.256kbps"
static
const char CD[] = "mp3.audiocd.192kbps"
static

Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 192 kbps, CBR
Container: MP3

Socket

Property Value
StreamType MPEG_Audio

Audio Pin

Property Value
StreamType (StreamInfo) MPEG_Audio
StreamSubType (StreamInfo) MPEG_Audio_Layer3
Bitrate (StreamInfo) 192000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz
const char FMRadio[] = "mp3.fm.radio.32kbps"
static
const char HiFi[] = "mp3.hi.fi.160kbps"
static
const char Radio[] = "mp3.radio.112kbps"
static
const char Studio[] = "mp3.studio.256kbps"
static

Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 256 kbps, CBR
Container: MP3

Socket

Property Value
StreamType MPEG_Audio

Audio Pin

Property Value
StreamType (StreamInfo) MPEG_Audio
StreamSubType (StreamInfo) MPEG_Audio_Layer3
Bitrate (StreamInfo) 256000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz
const char Tape[] = "mp3.tape.128kbps"
static

Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 128 kbps, CBR
Container: MP3

Socket

Property Value
StreamType MPEG_Audio

Audio Pin

Property Value
StreamType (StreamInfo) MPEG_Audio
StreamSubType (StreamInfo) MPEG_Audio_Layer3
Bitrate (StreamInfo) 128000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz
const char Voice[] = "mp3.voice.64kbps"
static