Click or drag to resize
FormatTagDetails Fields

The FormatTagDetails type exposes the following members.

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