AcxDataFormatGetValidBitsPerSample - NtDoc

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

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

NtDoc

No description available.

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

Description

The AcxDataFormatGetValidBitsPerSample function gets the valid number of bits per sample for the specified data format.

Parameters

DataFormat [in]

The data format for which to retrieve the valid number of bits per sample.

Return value

Returns a ULONG value containing the valid number bits per sample for the specified DataFormat.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also