Click or drag to resize
WmaAudioEncoderConfiguration Class
Windows Media Audio Encoder 9 Configuration
Inheritance Hierarchy
SystemObject
  StreamCoders.EncoderAudioEncoderConfiguration
    StreamCoders.EncoderWmaAudioEncoderConfiguration

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class WmaAudioEncoderConfiguration : AudioEncoderConfiguration

The WmaAudioEncoderConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodWmaAudioEncoderConfiguration
Initializes a new instance of the WmaAudioEncoderConfiguration class
Top
Properties
  NameDescription
Public propertyBitrate (Inherited from AudioEncoderConfiguration.)
Public propertyBitsPerSample (Inherited from AudioEncoderConfiguration.)
Public propertyBlockAlignment
Gets or sets the block alignment of the audio frames. This will be set by the encoder.
Public propertyChannels (Inherited from AudioEncoderConfiguration.)
Public propertyDecoderSpecificData (Inherited from AudioEncoderConfiguration.)
Public propertyInitializationStatus (Inherited from AudioEncoderConfiguration.)
Public propertySamplerate (Inherited from AudioEncoderConfiguration.)
Top
Methods
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