Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_STREAMAUDIOENGINE_CALLBACKS_INIT function initializes a ACX_STREAMAUDIOENGINE_CALLBACKS structure.
Syntax
VOID ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(
  PACX_STREAMAUDIOENGINE_CALLBACKS Callbacks
);
Parameters
Callbacks
A pointer to an initialized ACX_STREAMAUDIOENGINE_CALLBACKS structure.
Return value
None
Remarks
Example
Example usage is shown below.
        ACX_STREAMAUDIOENGINE_CALLBACKS streamAudioEngineCallbacks;
        ACX_STREAMAUDIOENGINE_CALLBACKS_INIT(&streamAudioEngineCallbacks);
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value | 
|---|---|
| Header | acxelements.h |