nw::snd::SoundFrameUserCallback Type

Syntax

#include <nw/snd/snd_Global.h>
typedef void(* nw::snd::SoundFrameUserCallback)(uptr arg);

Arguments

Name Description
in arg User argument for the callback function.

Description

Type definition of the user callback function called by the sound frame process.

The callback can be registered using SoundSystem::SetSoundFrameUserCallback.

See Also

SoundSystem::SetSoundFrameUserCallback

Revision History

2010/06/14
Initial version.

CONFIDENTIAL