Home
last modified time | relevance | path

Searched refs:StartInfo (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundStartable.h194 struct StartInfo struct
328 StartInfo() : enableFlag( 0 ) {} in StartInfo() argument
376 const StartInfo* pStartInfo = NULL );
413 const StartInfo* pStartInfo = NULL );
447 const StartInfo* pHoldInfo = NULL );
482 const StartInfo* pHoldInfo = NULL );
518 const StartInfo* pStartInfo = NULL );
555 const StartInfo* pStartInfo = NULL );
564 const StartInfo* startInfo
Dsnd_WaveSound.h54 struct StartInfo struct
77 void Prepare( const void* wsdFile, const StartInfo& info ); argument
81 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
144 StartInfo m_StartInfo;
Dsnd_SoundArchivePlayer.h479 const StartInfo* startInfo
504 const StartInfo* startInfo
522 SoundStartable::StartInfo::StartOffsetType startOffsetType,
524 const StartInfo::SeqSoundInfo* externalSeqInfo
531 SoundStartable::StartInfo::StartOffsetType startOffsetType,
539 SoundStartable::StartInfo::StartOffsetType startOffsetType,
Dsnd_SequenceSound.h58 struct StartInfo struct
113 void Prepare( const void* seqBase, const StartInfo& startInfo );
118 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
186 StartInfo m_StartInfo;
Dsnd_SoundActor.h253 const SoundStartable::StartInfo* startInfo,
458 const SoundStartable::StartInfo* startInfo,
468 const SoundStartable::StartInfo* startInfo
Dsnd_Sound3DActor.h275 const StartInfo* startInfo,
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp86 const StartInfo* startInfo in StartSound()
115 const StartInfo* startInfo in StartSound()
141 const StartInfo* startInfo in HoldSound()
178 const StartInfo* startInfo in HoldSound()
204 const StartInfo* startInfo in PrepareSound()
229 const StartInfo* startInfo in PrepareSound()
Dsnd_SoundArchivePlayer.cpp737 const StartInfo* startInfo in detail_SetupSound()
769 const StartInfo* startInfo in detail_SetupSoundImpl()
796 SoundStartable::StartInfo::StartOffsetType startOffsetType = in detail_SetupSoundImpl()
797 SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC; in detail_SetupSoundImpl()
802 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl()
805 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl()
810 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl()
814 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl()
818 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl()
822 if ( startInfo->enableFlag & StartInfo::ENABLE_SEQ_SOUND_INFO ) in detail_SetupSoundImpl()
[all …]
Dsnd_SoundActor.cpp192 const SoundStartable::StartInfo* startInfo, in SetupSound()
219 const SoundStartable::StartInfo* startInfo, in detail_SetupSoundWithAmbientInfo()
258 const SoundStartable::StartInfo* startInfo in detail_SetupSound()
Dsnd_WaveSound.cpp106 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare()
127 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
Dsnd_Sound3DActor.cpp120 const StartInfo* startInfo, in SetupSound()
Dsnd_SequenceSound.cpp154 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare()
793 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()