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