nw::snd::SoundStartable::StartResult Class

Header file: nw/snd/snd_SoundStartable.h

Syntax

class StartResult

Description

A class that represents the results of sound playback.

A value of START_ERR_NOT_ENOUGH_INSTANCE indicates that you attempted to play a sound for which the number of required instances had not been created. For playback using a sound archive, it is necessary to increase the number of instances set within the sound archive.

Enumerated Types

ResultCode A code that represents the results of sound playback.

Member Functions

IsSuccess Gets a value indicating whether playback was successful.
GetCode Gets the playback result code.

See Also

SoundStartable::StartSound.
SoundStartable::HoldSound
SoundStartable::PrepareSound

Revision History

2010/01/15
Initial version.

CONFIDENTIAL