axvpb.callback

Syntax

typedef void(*AXVoiceCallback)(void *p);

AXVoiceCallback callback;

Description

This callback function is specified by the user when calling the AXAcquireVoice function. The callback is invoked when the associated voice has been dropped or reacquired by a request of higher priority.

Upon receipt of this callback, the user must remove all references to the original instance of the voice, to ensure that it is no longer serviced by the user's abstraction layer/voice management scheme. The user must not call the AXFree function upon receipt of this callback, because the user application no longer owns the voice in its original instantiation.

Do not modify this parameter.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL