Alvas.Audio Class Library

AudioCompressionManager.GetCompatibleFormat Method 

Gets the format for the conversion from the specified format and specified format tag.

[Visual Basic]
Public Shared Function GetCompatibleFormat( _
   ByVal format As IntPtr, _
   ByVal formatTag As Short _
) As IntPtr
[C#]
public static IntPtr GetCompatibleFormat(
   IntPtr format,
   short formatTag
);

Parameters

format
The format handle
formatTag
The format tag

Return Value

See Also

AudioCompressionManager Class | Alvas.Audio Namespace