nw::snd::SoundHandle::IsPrepared Member Function

Syntax

#include <nw/snd/snd_SoundHandle.h>
bool IsPrepared() const;

Arguments

None.

Return Values

Returns TRUE if preperation for sound playback is complete.

Description

Checks whether preparation for sound playback is complete.

This determines whether playback preparations for a sound are complete after SoundArchivePlayer::PrepareSound has been called on it. A sound can be played back immediately with SoundHandle::StartPrepared once its playback preparations are complete.

See Also

SoundArchivePlayer::PrepareSound
StartPrepared

Revision History

2010/01/15
Initial version.

CONFIDENTIAL