Click or drag to resize
FormatTagDetails Structure
The FormatTagDetails structure details a waveform-audio format tag for an ACM driver.

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

The FormatTagDetails 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 fieldDriver
Public fieldFormatSize
Largest total size in bytes of the waveform-audio format of the FormatTag type. For example, this member will be 16 for PCM and 50 for ADPCM.
Public fieldFormatTag
Waveform-audio format tag that the FormatTagDetails structure describes.
Public fieldFormatTagIndex
Index of the format tag for which details will be retrieved. The index ranges from zero to one less than the number of format tags supported by an ACM driver.
Public fieldFormatTagName
String that describes the FormatTag type.
Public fieldStandardFormats
Number of standard formats of the FormatTag type; that is, the combination of all sample rates, bits per sample, channels, and so on. This value can specify all formats supported by the driver, but not necessarily.
Public fieldSupport
Driver-support flags specific to the format tag.
Top
See Also