nn::snd::CTR::WaveBuffer::Status Enumerated Typeenum Status;
| 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. |
An enumerated type that indicates the buffer state.
CONFIDENTIAL