nw::snd::SoundStartable Class

Header file: nw/snd/snd_SoundStartable.h

Syntax

class SoundStartable

Description

An abstract class that represents a playable sound.

Classes

nw::snd::SoundStartable::StartResult A class that represents the results of sound playback.

Structures

nw::snd::SoundStartable::StartInfo These are detailed playback parameters that are passed during sound playback.

Member Functions

Play
StartSound Plays the sound having the specified ID.
HoldSound Plays or continues the sound with the specified ID.
PrepareSound Prepares to play the sound with the specified ID.

Revision History

2010/01/15
Initial version.

CONFIDENTIAL