ACX_DATAFORMAT_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// acxdataformat.h

typedef enum _ACX_DATAFORMAT_TYPE {
  AcxDataFormatKsFormat,
  AcxDataFormatMaximum
} ACX_DATAFORMAT_TYPE, *PACX_DATAFORMAT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxdataformat-acx_dataformat_type)

Description

The ACX_DATAFORMAT_TYPE enumeration is used to specify the type of a data format used by an audio class extension (ACX) driver.

Constants

AcxDataFormatKsFormat

The data format is a KSDATAFORMAT type.

AcxDataFormatMaximum

For internal validation, do not use.

Remarks

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

See also