AcxDataFormatGetEncodedSamplesPerSec - NtDoc

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

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

NtDoc

No description available.

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

Description

The AcxDataFormatGetEncodedSamplesPerSec function gets the number of samples per second of audio for the specified encoded data format.

Parameters

DataFormat [in]

The encoded data format for which to retrieve the samples per second.

Return value

Returns a ULONG value that contains the number of samples per second of audio for the specified DataFormat.

Remarks

ACX requirements

Minimum ACX version: 1.0

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

See also