nw::snd::SoundDataManager Class

Header file: nw/snd/snd_SoundDataManager.h

Syntax

class SoundDataManager : public nw::snd::internal::driver::DisposeCallback

Description

A flag used to load sound archive data.

Enumerated Types

LoadFlag The load flag.

Member Functions

Constructors/Destructors
SoundDataManager Constructor.
V ~SoundDataManager Destructor.
Initialization
GetRequiredMemSize Gets the size of memory required for initialization.
Initialize Initializes the sound data manager.
IsAvailable Determines whether the sound data manager can currently be used.
Finalize Destroys the sound data manager.
Load
LoadData Loads the data in a sound archive.
IsDataLoaded Determines whether the specified data is loaded.

Class Hierarchy

nw::snd::internal::driver::DisposeCallback
  nw::snd::SoundDataManager

See Also

SoundArchivePlayer Class

Revision History

2010/04/09
Added the IsDataLoaded function.
2010/02/01
Added the SoundArchivePlayer to See Also.
2010/01/15
Initial version.

CONFIDENTIAL