| Alvas.Audio Class Library |
|
AudioCompressionManager.GetFormatList Method
Gets the format list for specified WaveFormat and suitable driver.
-
To filter the format list by nChannels please specify the valid value or 0 otherwise;
-
To filter the format list by wBitsPerSample please specify the valid value or 0 otherwise;
-
To filter the format list by nSamplesPerSec please specify the valid value or 0 otherwise;
-
To filter the format list by wFormatTag please specify the valid value or 0 otherwise;
Overload List
Gets the format list for specified WaveFormat and suitable driver.
-
To filter the format list by nChannels please specify the valid value or 0 otherwise;
-
To filter the format list by wBitsPerSample please specify the valid value or 0 otherwise;
-
To filter the format list by nSamplesPerSec please specify the valid value or 0 otherwise;
-
To filter the format list by wFormatTag please specify the valid value or 0 otherwise;
public static FormatDetails[] GetFormatList(WaveFormat);
Gets the format list for specified format tag and suitable driver.
public static FormatDetails[] GetFormatList(int);
See Also
AudioCompressionManager Class | Alvas.Audio Namespace