#include <nw/snd/snd_SoundArchivePlayer.h>
void SetSequenceUserprocCallback(
SequenceUserprocCallback callback,
void* callbackArg
);
| Name | Description | |
|---|---|---|
| in | callback | The callback function to be registered. |
| in | callbackArg | User argument passed to the callback function. |
Registers the callback function invoked by the userproc sequence command.
The callback registered here is invoked for frames in which the sequence data's userproc sequence command is processed. The callback function is called from the sound thread.
For details on the userproc command, see the Sequence Data Manual.
CONFIDENTIAL