nw::snd::SoundArchive::SoundArchivePlayerInfo Structurestruct SoundArchivePlayerInfo
{
int sequenceSoundMax;
int sequenceTrackMax;
int streamSoundMax;
int streamTrackMax;
int streamChannelMax;
int waveSoundMax;
int waveTrackMax;
};
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.
| 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. |
CONFIDENTIAL