Click or drag to resize
FormatDetails Structure
The FormatDetails structure details a waveform-audio format for a specific format tag for an ACM (AudioCompressionManager) driver.

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

The FormatDetails 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
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldDriver
Driver id
Public fieldFormatHandle
Handle of the format structure that will receive the format details.
Public fieldFormatIndex
Index of the format to retrieve details for. The index ranges from zero to one less than the number of standard formats supported by an ACM driver for a format tag.
Public fieldFormatName
String that describes the format for the FormatTag type.
Public fieldFormatTag
Waveform-audio format tag that the FormatDetails structure describes.
Public fieldSupport
Driver-support flags specific to the specified format.
Top
Properties
  NameDescription
Public propertyShowFormatTag
Gets or sets the value indicating whether show format tag in ToString.
Top
See Also