Click or drag to resize
AudioDecoderConfiguration Class
Is used to initialize audio decoders.
Inheritance Hierarchy
SystemObject
  StreamCoders.DecoderAudioDecoderConfiguration
    More...

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

The AudioDecoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAudioDecoderConfiguration
Initializes a new instance of the AudioDecoderConfiguration class
Top
Properties
  NameDescription
Public propertyBitrate
Gets or sets the bitrate of the audio stream.
Public propertyBitsPerSample
Gets or sets the bits per sample.
Public propertyChannels
Gets or sets the number channels.
Public propertyDecoderSpecificData
Gets or sets the decoder specific data used for initialization.
Public propertyEncapsulation
Public propertyInitializationStatus
Contains the initialization status after calling Init on a decoder.
Public propertySamplerate
Gets or sets the sample-rate to be used.
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
Inheritance Hierarchy