AcxStreamGetElementsCount function (acxstreams.h)

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

Syntax

ULONG AcxStreamGetElementsCount(
  [in] ACXSTREAM Stream
);

Parameters

[in] Stream

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.

Requirements

Requirement Value
Header acxstreams.h
IRQL <= DISPATCH_LEVEL

See also