// acxstreams.h
ACXCIRCUIT AcxStreamGetCircuit(
ACXSTREAM Stream
);
View the official Windows Driver Kit DDI referenceNo description available.
The AcxStreamGetCircuit function returns the ACXCIRCUIT Object associated with the stream. For more information about ACX Objects, see ACX - Summary of ACX Objects.
StreamAn existing ACXSTREAM Object. An ACXSTREAM object represents an audio stream created by a circuit.
The handle to the ACXCIRCUIT Object associated with the stream.
Example usage is shown below.
ACXCIRCUIT circuit = AcxStreamGetCircuit(stream);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.