Gets the format list for specified format tag and suitable driver.
This example shows simple using of GetFormatList method.
FormatDetails[] fdArr = AudioCompressionManager.GetFormatList(AudioCompressionManager.AdpcmFormatTag, true);
foreach (FormatDetails fd in fdArr)
{
Console.WriteLine(fd.ToString());
}
AudioCompressionManager Class | Alvas.Audio Namespace | AudioCompressionManager.GetFormatList Overload List