Alvas.Audio Class Library

AudioCompressionManager.GetFormatTagDetails Method (Int32, Int32)

Gets the format tag details for specified format tag and driver.

[Visual Basic]
Overloads Public Shared Function GetFormatTagDetails( _
   ByVal formatTag As Integer, _
   ByVal driver As Integer _
) As FormatTagDetails
[C#]
public static FormatTagDetails GetFormatTagDetails(
   Int32 formatTag,
   Int32 driver
);

Parameters

formatTag
The format tag.
driver
The driver.

Return Value

See Also

AudioCompressionManager Class | Alvas.Audio Namespace | AudioCompressionManager.GetFormatTagDetails Overload List