Alvas.Audio Class Library

DriverDetails.Acm Field

Version of the ACM for which this driver was compiled. The version number is a hexadecimal number in the format 0xAABBCCCC, where AA is the major version number, BB is the minor version number, and CCCC is the build number. The version parts (major, minor, and build) should be displayed as decimal numbers.

[Visual Basic]
Public Acm As Integer
[C#]
public Int32 Acm;

See Also

DriverDetails Class | Alvas.Audio Namespace