AVBlocks for .NET  1.22
Audio and Video Software Development Kit
Preset.Audio.Generic.MP3 Class Reference

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

Public Attributes

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

Detailed Description

MP3 presets (MPEG-1 Layer 3)

Member Data Documentation

const string AMRadio = "mp3.am.radio.32kbps"
const string CBR_128kbps = "mp3.44100hz.128kbps"
const string CBR_256kbps = "mp3.44100hz.256kbps"
const string CD = "mp3.audiocd.192kbps"
const string FMRadio = "mp3.fm.radio.32kbps"
const string HiFi = "mp3.hi.fi.160kbps"

MPEG-1 Layer 3 audio, 44100 Hz, 160 kbps, stereo

Socket

Property Value
StreamType MpegAudio

Audio Pin

Property Value
StreamType (StreamInfo) MpegAudio
StreamSubType (StreamInfo) MpegAudioLayer3
BitrateMode (StreamInfo) VBR
Bitrate (StreamInfo) 160000 bps
ChannelLayout (AudioStreamInfo) LayoutStereo
Channels (AudioStreamInfo) 2
SampleRate (AudioStreamInfo) 44100 Hz
const string Radio = "mp3.radio.112kbps"
const string Studio = "mp3.studio.256kbps"
const string Tape = "mp3.tape.128kbps"
const string Voice = "mp3.voice.64kbps"