nn::snd::CTR::WaveBuffer::Status Enumerated Type

Syntax

enum Status;

Value

Value Description
STATUS_FREE Indicates the initial state (data has never been added by AppendWaveBuffer). Not managed by a voice.
STATUS_WAIT Indicates that this has been linked to a voice's buffer list and is waiting to be played. Managed by the voice.
STATUS_PLAY Indicates that this is currently playing. Managed by the voice.
STATUS_DONE Indicates that playback has completed. Not managed by a voice.

Description

An enumerated type that indicates the buffer state.

Revision History

2010/02/09
Initial version.

CONFIDENTIAL