Click or drag to resize
AudioConfig Class
Is used by Resampler.NET to provide Input/Output information.
Inheritance Hierarchy
SystemObject
  StreamCoders.WaveAudioConfig
    StreamCoders.WaveEchoCancellationConfig

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AudioConfig

The AudioConfig type exposes the following members.

Constructors
  NameDescription
Public methodAudioConfig
Default constructor.
Top
Properties
  NameDescription
Public propertyBitsPerSample
Gets the bits per sample of the audio data. Currently all samples must be 16 bit.
Public propertyChannels
Gets the number of channels of the audio data. Currently only 1 channel is supported.
Public propertySampleRate
Gets the Sample rate of the audio data.
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