AcxDataFormatGetSpecifier - NtDoc

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

GUID AcxDataFormatGetSpecifier(
  [in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxdataformat-acxdataformatgetspecifier)

Description

The AcxDataFormatGetSpecifier function gets the audio format specifier for the specified data format.

Parameters

DataFormat [in]

The data format for which to retrieve the audio format specifier.

Return value

Returns a GUID value representing the audio format specifier for the DataFormat.

Remarks

Specifies additional data format type information for a specific setting of MajorFormat and SubFormat. The significance of this field is determined by the major format and subformat. For example, the specifier can represent a particular encoding of a subformat, or it can be used to specify what type of data structure follows KSDATAFORMAT in memory.

ACX requirements

Minimum ACX version: 1.0

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

See also