AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Preset.Audio.Generic.OggVorbis Class Reference

Presets for Vorbis audio in Ogg container. More...

Static Public Attributes

const string VBR_Q4 = "ogg.vorbis.q4"
 Audio: Vorbis, VBR, frequency not explicitly specified, quality 4 (from -0.1 to 1.0), VBR Container: Ogg.
 
const string VBR_Q8 = "ogg.vorbis.q8"
 Audio: Vorbis, VBR, frequency not explicitly specified, quality 8 (from -0.1 to 1.0) VBR Container: Ogg.
 

Detailed Description

Presets for Vorbis audio in Ogg container.

Member Data Documentation

◆ VBR_Q4

const string VBR_Q4 = "ogg.vorbis.q4"
static

Audio: Vorbis, VBR, frequency not explicitly specified, quality 4 (from -0.1 to 1.0), VBR Container: Ogg.

Normal quality VBR with average bitrate close to 128 kbps at 44100 Hz.

Socket

Property Value
StreamType Ogg

%Audio Pin

Property Value
StreamType (StreamInfo) Vorbis

%Audio Pin %Parameters

Parameter Value
Quality 0.4

◆ VBR_Q8

const string VBR_Q8 = "ogg.vorbis.q8"
static

Audio: Vorbis, VBR, frequency not explicitly specified, quality 8 (from -0.1 to 1.0) VBR Container: Ogg.

High quality VBR with average bitrate close to 256 kbps at 44100 Hz.

Socket

Property Value
StreamType Ogg

%Audio Pin

Property Value
StreamType (StreamInfo) Vorbis

%Audio Pin %Parameters

Parameter Value
Quality 0.8