nn::snd::CTR::VoiceDropCallbackFunc Type

Syntax

typedef void(* nn::snd::CTR::VoiceDropCallbackFunc)(class Voice *, uptr userArg);

Arguments

Name Description
in pVoice Reference to the freed voice object.
in userArg User parameter.

Description

Typedef for the callback function to invoke when the library frees a voice.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL