Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 1.67 KB

nf-acxdataformat-acxdataformatgetencodedsamplespersec.md

File metadata and controls

68 lines (55 loc) · 1.67 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:acxdataformat.AcxDataFormatGetEncodedSamplesPerSec
audio
AcxDataFormatGetEncodedSamplesPerSec
12/15/2022
Windows
The AcxDataFormatGetEncodedSamplesPerSec function gets the number of samples per second of audio for the specified encoded data format.
false
function
acxdataformat.h
<= DISPATCH_LEVEL
apiref
LibDef
acxdataformat.h
AcxDataFormatGetEncodedSamplesPerSec
AcxDataFormatGetEncodedSamplesPerSec
acxdataformat/AcxDataFormatGetEncodedSamplesPerSec
c++

-description

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

-parameters

-param DataFormat [in]

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

-returns

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