nw::snd::SoundArchive::SoundArchivePlayerInfo Structure

Header file: nw/snd/snd_SoundArchive.h

Syntax

struct SoundArchivePlayerInfo
{
   int sequenceSoundMax;
   int sequenceTrackMax;
   int streamSoundMax;
   int streamTrackMax;
   int streamChannelMax;
   int waveSoundMax;
   int waveTrackMax;
};

Description

Structure storing settings information for a sound archive player.

This structure is used to get information on a sound archive player defined in a sound archive.

Member Variables

sequenceSoundMax The number of sequence sound instances to allocate.
sequenceTrackMax The number of sequence track instances to allocate.
streamSoundMax The number of stream sound instances to allocate.
streamTrackMax The number of stream track instances to allocate.
streamChannelMax The number of stream channel instances to allocate.
waveSoundMax The number of wave sound instances to allocate.
waveTrackMax The number of wave sound tracks to allocate.

See Also

ReadSoundArchivePlayerInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL