ACX_RT_STREAM_CALLBACKS_INIT function (acxstreams.h)

The ACX_RT_STREAM_CALLBACKS_INIT function initializes the ACX RT stream callbacks.

Syntax

void ACX_RT_STREAM_CALLBACKS_INIT(
  PACX_RT_STREAM_CALLBACKS Callbacks
);

Parameters

Callbacks

An ACX_RT_STREAM_CALLBACKS structure.

Return value

None

Remarks

Example

    //
    // Init RT streaming callbacks.
    //
    ACX_RT_STREAM_CALLBACKS rtCallbacks;
    ACX_RT_STREAM_CALLBACKS_INIT(&rtCallbacks);

ACX requirements

Minimum ACX version: 1.0

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

Requirements

Requirement Value
Header acxstreams.h

See also