// acxdataformat.h
ULONG AcxDataFormatGetBitsPerSample(
[in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatGetBitsPerSample function gets the bits per audio sample for the specified data format.
DataFormat [in]The data format for which to retrieve the bits per audio sample.
Returns a ULONG value containing the number of bits per audio sample for the specified DataFormat.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.