nn::snd::CTR::Voice::State Enumerated Type

Syntax

enum State;

Value

Value Description
STATE_PLAY Indicates that a playback instruction has been received.
STATE_STOP Indicates the stopped state.
STATE_PAUSE Indicates the paused state. To resume playback, set the playback state using SetState.

Description

Enumerated type that indicates the voice states.

Revision History

2010/02/09
Initial version.

CONFIDENTIAL