nw::snd::SoundDataManager Class

Header file: nw/snd/snd_SoundDataManager.h

Syntax

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

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.
Finalize Destroys the sound data manager.
IsAvailable Determines whether the sound data manager can currently be used.
Load
SetFileAddress Registers data loaded independently in the file management table.
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/12/28
Corrected the fact that overall references were strange in NW4C-1.3.0.
2010/11/12
Added the SetFileAddress function.
2010/04/09
Added the IsDataLoaded function.
2010/02/01
Added the SoundArchivePlayer to See Also.
2010/01/15
Initial version.

CONFIDENTIAL