nw::snd::SoundFrameUserCallback Type#include <nw/snd/snd_Global.h> typedef void(* nw::snd::SoundFrameUserCallback)(uptr arg);
| Name | Description | |
|---|---|---|
| in | arg | User argument for the callback function. |
Type definition of the user callback function called by the sound frame process.
The callback can be registered using SoundSystem::SetSoundFrameUserCallback.
CONFIDENTIAL