AVBlocks for C++  3.0
Audio and Video Software Development Kit
Loading...
Searching...
No Matches
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.
 
static const char CBR_128kbps [] = "mp3.44100hz.128kbps"
 MPEG-1 Layer 3 audio, 44100Hz, stereo, 128 kbps, CBR

 
static const char CBR_256kbps [] = "mp3.44100hz.256kbps"
 MPEG-1 Layer 3 audio, 44100Hz, stereo, 256 kbps, CBR

 
static const char CD [] = "mp3.audiocd.192kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 192 kbps, CBR
Container: MP3

 
static const char FMRadio [] = "mp3.fm.radio.32kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, stereo, 96 kbps, CBR.
 
static const char HiFi [] = "mp3.hi.fi.160kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 160 kbps, CBR
Container: MP3

 
static const char Radio [] = "mp3.radio.112kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, stereo, 112 kbps, CBR.
 
static const char Studio [] = "mp3.studio.256kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 256 kbps, CBR
Container: MP3

 
static const char Tape [] = "mp3.tape.128kbps"
 Audio: MPEG-1 Layer 3 audio, 44100 Hz, stereo, 128 kbps, CBR
Container: MP3

 
static const char Voice [] = "mp3.voice.64kbps"
 MPEG-1 Layer 3 audio, 44100 Hz, mono, 64 kbps, CBR.
 

Detailed Description

MP3 presets (MPEG-1 Layer 3)

Variable Documentation

◆ AMRadio

const char AMRadio[] = "mp3.am.radio.32kbps"
static

◆ CBR_128kbps

const char CBR_128kbps[] = "mp3.44100hz.128kbps"
static

◆ CBR_256kbps

const char CBR_256kbps[] = "mp3.44100hz.256kbps"
static

◆ CD

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

◆ FMRadio

const char FMRadio[] = "mp3.fm.radio.32kbps"
static

◆ HiFi

const char HiFi[] = "mp3.hi.fi.160kbps"
static

◆ Radio

const char Radio[] = "mp3.radio.112kbps"
static

◆ Studio

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

◆ Tape

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

◆ Voice

const char Voice[] = "mp3.voice.64kbps"
static