AcxStreamGetCircuit function (acxstreams.h)
The AcxStreamGetCircuit function returns the ACXCIRCUIT Object associated with the stream. For more information about ACX Objects, see ACX - Summary of ACX Objects.
Syntax
ACXCIRCUIT AcxStreamGetCircuit(
ACXSTREAM Stream
);
Parameters
Stream
An existing ACXSTREAM Object. An ACXSTREAM object represents an audio stream created by a circuit.
Return value
The handle to the ACXCIRCUIT Object associated with the stream.
Remarks
Example
Example usage is shown below.
ACXCIRCUIT circuit = AcxStreamGetCircuit(stream);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
Requirement | Value |
---|---|
Header | acxstreams.h |
IRQL | <= DISPATCH_LEVEL |