ACX_AUDIOENGINE_CALLBACKS_INIT function (acxelements.h)

The ACX_AUDIOENGINE_CALLBACKS_INIT function initializes a driver's ACX_AUDIOENGINE_CALLBACKS structure.

Syntax

void ACX_AUDIOENGINE_CALLBACKS_INIT(
  PACX_AUDIOENGINE_CALLBACKS Callbacks
);

Parameters

Callbacks

An ACX_AUDIOENGINE_CALLBACKS structure.

Return value

None

Remarks

Example

Example usage is shown below.

    ACX_AUDIOENGINE_CALLBACKS       audioEngineCallbacks;
    ACX_AUDIOENGINE_CALLBACKS_INIT(&audioEngineCallbacks);

ACX requirements

Minimum ACX version: 1.0

For more information about ACX versions, see ACX version overview.

Requirements

Requirement Value
Header acxelements.h

See also

  • [acxelements.h header](index.md)