Gets the format for the conversion from the specified format and specified format tag.
This example shows simple using of GetCompatibleFormat method.
IntPtr formaGsm = AudioCompressionManager.GetCompatibleFormat(AudioCompressionManager.GetPcmFormat(1, 16, 16000),
AudioCompressionManager.Gsm610FormatTag);
FormatDetails fd = AudioCompressionManager.GetFormatDetails(formaGsm, true);
Console.WriteLine(fd.ToString());
AudioCompressionManager Class | Alvas.Audio Namespace