nw::snd::SoundHandle::StartPrepared Member Function

Syntax

#include <nw/snd/snd_SoundHandle.h>
void StartPrepared();

Arguments

None.

Return Values

None.

Description

Plays the sound whose preparation for playback has completed.

If the handle is invalid, the function does nothing.

To start playing a sound, you must call SoundArchivePlayer::PrepareSound and then wait for playback preparations to complete. This function starts playing sounds for which preparations for playback have been completed. Playback of the sounds for which playback preparations are not complete waits for preparations to complete before the playback.

See Also

SoundArchivePlayer::PrepareSound

Revision History

2010/01/15
Initial version.

CONFIDENTIAL