Click or drag to resize
VorbisAudioDecoderConfiguration Class
Vorbis audio decoder configuration.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderAudioDecoderConfiguration
    StreamCoders.DecoderVorbisAudioDecoderConfiguration

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class VorbisAudioDecoderConfiguration : AudioDecoderConfiguration

The VorbisAudioDecoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodVorbisAudioDecoderConfiguration
Initializes a new instance of the VorbisAudioDecoderConfiguration class
Public methodVorbisAudioDecoderConfiguration(VorbisAudioEncoderConfiguration)
Initializes a new instance of the VorbisAudioDecoderConfiguration class
Top
Properties
  NameDescription
Public propertyBitrate
Gets or sets the bitrate of the audio stream.
(Inherited from AudioDecoderConfiguration.)
Public propertyBitsPerSample
Gets or sets the bits per sample.
(Inherited from AudioDecoderConfiguration.)
Public propertyChannels
Gets or sets the number channels.
(Inherited from AudioDecoderConfiguration.)
Public propertyDecoderSpecificData
Gets or sets the decoder specific data used for initialization.
(Inherited from AudioDecoderConfiguration.)
Public propertyEncapsulation (Inherited from AudioDecoderConfiguration.)
Public propertyInitializationStatus
Contains the initialization status after calling Init on a decoder.
(Inherited from AudioDecoderConfiguration.)
Public propertySamplerate
Gets or sets the sample-rate to be used.
(Inherited from AudioDecoderConfiguration.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also