AudioCompressionManagerGetFormatList Method (WaveFormat) |
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;
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static FormatDetails[] GetFormatList(
WaveFormat waveFormat
)
Public Shared Function GetFormatList (
waveFormat As WaveFormat
) As FormatDetails()
public:
static array<FormatDetails>^ GetFormatList(
WaveFormat^ waveFormat
)
Parameters
- waveFormat
- Type: Alvas.AudioWaveFormat
The wave format.
Return Value
Type:
FormatDetails[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.GetFormatList(Alvas.Audio.WaveFormat)"]
See Also