Inherits IAudioDesc.
Public Member Functions | |
AudioDesc (int samplingRate, int channels, string error) | |
void | Dispose () |
Properties | |
int | SamplingRate [get] |
int | Channels [get] |
string | Error [get] |
Properties inherited from IAudioDesc | |
int | SamplingRate [get] |
Sampling rate of the audio signal (in Hz). More... | |
int | Channels [get] |
Number of channels in the audio signal. More... | |
string | Error [get] |
If not null, audio object is in invalid state. More... | |