Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundStartable.h192 struct StartInfo struct
326 StartInfo() : enableFlag( 0 ) {} in StartInfo() argument
374 const StartInfo* pStartInfo = NULL );
411 const StartInfo* pStartInfo = NULL );
445 const StartInfo* pHoldInfo = NULL );
480 const StartInfo* pHoldInfo = NULL );
516 const StartInfo* pStartInfo = NULL );
553 const StartInfo* pStartInfo = NULL );
562 const StartInfo* startInfo
Dsnd_WaveSound.h52 struct StartInfo struct
75 void Prepare( const void* wsdFile, const StartInfo& info ); argument
79 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
142 StartInfo m_StartInfo;
Dsnd_SoundArchivePlayer.h451 const StartInfo* startInfo
476 const StartInfo* startInfo
494 SoundStartable::StartInfo::StartOffsetType startOffsetType,
496 const StartInfo::SeqSoundInfo* externalSeqInfo
503 SoundStartable::StartInfo::StartOffsetType startOffsetType,
511 SoundStartable::StartInfo::StartOffsetType startOffsetType,
Dsnd_SequenceSound.h56 struct StartInfo struct
111 void Prepare( const void* seqBase, const StartInfo& startInfo );
116 bool RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo );
184 StartInfo m_StartInfo;
Dsnd_SoundActor.h245 const SoundStartable::StartInfo* startInfo,
450 const SoundStartable::StartInfo* startInfo,
460 const SoundStartable::StartInfo* startInfo
Dsnd_Sound3DActor.h273 const StartInfo* startInfo,
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundStartable.cpp84 const StartInfo* startInfo in StartSound()
113 const StartInfo* startInfo in StartSound()
139 const StartInfo* startInfo in HoldSound()
176 const StartInfo* startInfo in HoldSound()
202 const StartInfo* startInfo in PrepareSound()
227 const StartInfo* startInfo in PrepareSound()
Dsnd_SoundArchivePlayer.cpp735 const StartInfo* startInfo in detail_SetupSound()
767 const StartInfo* startInfo in detail_SetupSoundImpl()
794 SoundStartable::StartInfo::StartOffsetType startOffsetType = in detail_SetupSoundImpl()
795 SoundStartable::StartInfo::START_OFFSET_TYPE_MILLISEC; in detail_SetupSoundImpl()
800 const SoundStartable::StartInfo::SeqSoundInfo* seqInfo = NULL; in detail_SetupSoundImpl()
803 if ( startInfo->enableFlag & StartInfo::ENABLE_START_OFFSET ) in detail_SetupSoundImpl()
808 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_PRIORITY ) in detail_SetupSoundImpl()
812 if ( startInfo->enableFlag & StartInfo::ENABLE_PLAYER_ID ) in detail_SetupSoundImpl()
816 if ( startInfo->enableFlag & StartInfo::ENABLE_ACTOR_PLAYER_ID ) in detail_SetupSoundImpl()
820 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.cpp100 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare()
121 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
Dsnd_Sound3DActor.cpp118 const StartInfo* startInfo, in SetupSound()
Dsnd_SequenceSound.cpp150 void SequenceSound::Prepare( const void* seqBase, const StartInfo& startInfo ) in Prepare()
789 bool SequenceSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()