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 int The number of sequence sound instances to allocate.
sequenceTrackMax int The number of sequence track instances to allocate.
streamSoundMax int The number of stream sound instances to allocate.
streamTrackMax int The number of stream track instances to allocate.
streamChannelMax int The number of stream channel instances to allocate.
waveSoundMax int The number of wave sound instances to allocate.
waveTrackMax int The number of wave sound tracks to allocate.

See Also

ReadSoundArchivePlayerInfo

Revision History

2010/01/15
Initial version.

CONFIDENTIAL