Alvas.Audio Class Library

AudioCompressionManager.GetFormatList Method

Gets the format list for specified WaveFormat and suitable driver.

Overload List

Gets the format list for specified WaveFormat and suitable driver.

public static FormatDetails[] GetFormatList(WaveFormat);

Gets the format list for specified format tag and suitable driver.

public static FormatDetails[] GetFormatList(Int32);

Gets the format list for specified format tag and suitable driver.

public static FormatDetails[] GetFormatList(Int32,Boolean);

Gets the format list for specified format tag and driver.

public static FormatDetails[] GetFormatList(Int32,Int32);

Gets the format list for specified format tag and driver.

public static FormatDetails[] GetFormatList(Int32,Int32,Boolean);

See Also

AudioCompressionManager Class | Alvas.Audio Namespace