Searched refs:toDetailSoundInfo (Results 1 – 2 of 2) sorted by relevance
581 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()
271 Util::Reference toDetailSoundInfo; // {Sequence,Stream,Wave}SoundInfo への参照 member