AcxDataFormatGetEncodedSamplesPerSec function (acxdataformat.h)

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

Syntax

ULONG AcxDataFormatGetEncodedSamplesPerSec(
  [in] ACXDATAFORMAT DataFormat
);

Parameters

[in] DataFormat

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.

Requirements

Requirement Value
Header acxdataformat.h
IRQL <= DISPATCH_LEVEL

See also