AudioCompressionManagerGetFormatTagDetails Method (Int32, Int32) |
Gets the format tag details for specified format tag and driver.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static FormatTagDetails GetFormatTagDetails(
int formatTag,
int driver
)
Public Shared Function GetFormatTagDetails (
formatTag As Integer,
driver As Integer
) As FormatTagDetails
public:
static FormatTagDetails GetFormatTagDetails(
int formatTag,
int driver
)
Parameters
- formatTag
- Type: SystemInt32
The format tag. - driver
- Type: SystemInt32
The driver.
Return Value
Type:
FormatTagDetails[Missing <returns> documentation for "M:Alvas.Audio.AudioCompressionManager.GetFormatTagDetails(System.Int32,System.Int32)"]
See Also