// acxdataformat.h
ULONG AcxDataFormatGetSampleSize(
[in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatGetSampleSize function gets the sample size for the specified data format.
DataFormat [in]The data format for which to retrieve the sample size.
Returns a ULONG value containing the sample size for the specified DataFormat.
Specifies the sample size of the data, for fixed sample sizes, or zero, if the format has a variable sample size.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.