ACX_STREAMAUDIOENGINE_CALLBACKS_INIT function (acxelements.h)
The ACX_STREAMAUDIOENGINE_CALLBACKS_INIT function initializes a ACX_STREAMAUDIOENGINE_CALLBACKS structure.
void ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);
Callbacks
A pointer to an initialized ACX_STREAMAUDIOENGINE_CALLBACKS structure.
None
Example usage is shown below.
ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirement | Value |
---|---|
Header | acxelements.h |
- [acxelements.h header](index.md)