nw::snd::SoundArchivePlayer::SetSequenceUserprocCallback Member Function

Syntax

#include <nw/snd/snd_SoundArchivePlayer.h>

void SetSequenceUserprocCallback(
     SequenceUserprocCallback callback,
     void* callbackArg
);

Arguments

Name Description
in callback The callback function to be registered.
in callbackArg User argument passed to the callback function.

Return Values

None.

Description

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.

SequenceUserprocCallback

Revision History

2010/01/15
Initial version.

CONFIDENTIAL