Home
last modified time | relevance | path

Searched refs:toDetailSoundInfo (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp567 switch ( toDetailSoundInfo.typeId ) in GetSoundType()
583 NW_ASSERT( toDetailSoundInfo.typeId == in GetStreamSoundInfo()
587 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetStreamSoundInfo()
593 NW_ASSERT( toDetailSoundInfo.typeId == in GetWaveSoundInfo()
597 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetWaveSoundInfo()
603 NW_ASSERT( toDetailSoundInfo.typeId == in GetSequenceSoundInfo()
607 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetSequenceSoundInfo()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchiveFile.h269 Util::Reference toDetailSoundInfo; // {Sequence,Stream,Wave}SoundInfo への参照 member