AudioConfig Class |
Namespace: StreamCoders.Wave
The AudioConfig type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioConfig |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | BitsPerSample |
Gets the bits per sample of the audio data. Currently all samples must be 16 bit.
|
![]() | Channels |
Gets the number of channels of the audio data. Currently only 1 channel is supported.
|
![]() | SampleRate |
Gets the Sample rate of the audio data.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |