nw::snd::SoundDataManager::IsAvailable Member Function

Syntax

#include <nw/snd/snd_SoundDataManager.h>

bool IsAvailable() const;

Arguments

None.

Return Values

Returns true if the sound data manager is usable and false otherwise.

Description

Determines whether the sound data manager can currently be used.

To use a sound data manager, you must call Initialize to finish initializing it. If you call Finalize the sound data manager will start shutting down and become unusable.

See Also

Initialize
Finalize

Revision History

2010/01/15
Initial version.

CONFIDENTIAL