// acxstreams.h
ULONG AcxStreamGetElementsCount(
[in] ACXSTREAM Stream
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxStreamGetElementsCount function retrieves the number of elements for the specified audio stream.
Stream [in]The ACX stream object for which to retrieve the number of audio streams.
Returns the number of elements for the object specified by the Stream parameter.
Minimum ACX version: 1.1
For more information about ACX versions, see ACX version overview.