Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp581 switch ( toDetailSoundInfo.typeId ) in GetSoundType()
597 NW_ASSERT( toDetailSoundInfo.typeId == in GetStreamSoundInfo()
601 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetStreamSoundInfo()
607 NW_ASSERT( toDetailSoundInfo.typeId == in GetWaveSoundInfo()
611 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetWaveSoundInfo()
617 NW_ASSERT( toDetailSoundInfo.typeId == in GetSequenceSoundInfo()
621 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetSequenceSoundInfo()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h271 Util::Reference toDetailSoundInfo; // {Sequence,Stream,Wave}SoundInfo への参照 member