AcxStreamGetElementsCount - NtDoc

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

ULONG AcxStreamGetElementsCount(
  [in] ACXSTREAM Stream
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-acxstreams-acxstreamgetelementscount)

Description

The AcxStreamGetElementsCount function retrieves the number of elements for the specified audio stream.

Parameters

Stream [in]

The ACX stream object for which to retrieve the number of audio streams.

Return value

Returns the number of elements for the object specified by the Stream parameter.

Remarks

ACX requirements

Minimum ACX version: 1.1

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

See also