AVBlocks for .NET
2.3
Audio and Video Software Development Kit
|
Presets for Vorbis audio in Ogg container More...
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 More... | |
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 More... | |
Presets for Vorbis audio in Ogg container
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
Normal quality VBR with average bitrate close to 128 kbps at 44100 Hz.
Property | Value |
---|---|
StreamType | Ogg |
Property | Value |
---|---|
StreamType (StreamInfo) | Vorbis |
Parameter | Value |
---|---|
Quality | 0.4 |
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
High quality VBR with average bitrate close to 256 kbps at 44100 Hz.
Property | Value |
---|---|
StreamType | Ogg |
Property | Value |
---|---|
StreamType (StreamInfo) | Vorbis |
Parameter | Value |
---|---|
Quality | 0.8 |