AcxDataFormatGetValidBitsPerSample function (acxdataformat.h)

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

Syntax

ULONG AcxDataFormatGetValidBitsPerSample(
  [in] ACXDATAFORMAT DataFormat
);

Parameters

[in] DataFormat

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.

Requirements

Requirement Value
Header acxdataformat.h
IRQL <= DISPATCH_LEVEL

See also