Click or drag to resize
DriverDetails Structure
The DriverDetails structure describes the features of an ACM driver.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public struct DriverDetails : IComparable

The DriverDetails type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Top
Fields
  NameDescription
Public fieldAcm
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.
Public fieldCopyright
String that provides copyright information for the driver.
Public fieldDriver
Public fieldDriverVersion
Version of the driver.
Public fieldFeatures
String that provides special feature information for the driver.
Public fieldFilterTags
Number of unique filter tags supported by this driver.
Public fieldFormatTags
Number of unique format tags supported by this driver.
Public fieldIcon
Handle to a custom icon for this driver. This member can be 0.
Public fieldLicensing
String that provides special licensing information for the driver.
Public fieldLongName
String that describes the full name of the driver.
Public fieldShortName
String that describes the short name of the driver.
Public fieldSupport
Support flags for the driver.
Top
See Also