// acxdataformat.h
ULONG AcxDataFormatGetAverageBytesPerSec(
[in] ACXDATAFORMAT DataFormat
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxDataFormatGetAverageBytesPerSec function gets the required bytes-per-second transfer rate for the specified data format.
DataFormat [in]The data format for which to retrieve the required bytes-per-second transfer rate.
Returns a ULONG value containing the required bytes-per-second transfer rate for the specified DataFormat.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.