Home
last modified time | relevance | path

Searched refs:WaveSound (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_WaveSound.cpp29 NW_UT_RUNTIME_TYPEINFO_DEFINITION(WaveSound,BasicSound);
44 WaveSound::WaveSound( in WaveSound() function in nw::snd::internal::WaveSound
52 void WaveSound::Initialize() in Initialize()
72 void WaveSound::Finalize() in Finalize()
100 void WaveSound::Prepare( const void* wsdFile, const StartInfo& startInfo ) in Prepare()
121 bool WaveSound::RegisterDataLoadTask( const LoadInfo& loadInfo, const StartInfo& startInfo ) in RegisterDataLoadTask()
154 void WaveSound::SetChannelPriority( int priority ) in SetChannelPriority()
176 void WaveSound::SetReleasePriorityFix( bool fix ) in SetReleasePriorityFix()
196 void WaveSound::OnUpdatePlayerPriority() in OnUpdatePlayerPriority()
202 bool WaveSound::IsAttachedTempSpecialHandle() in IsAttachedTempSpecialHandle()
[all …]
Dsnd_WaveSoundHandle.cpp32 internal::WaveSound* sound = in WaveSoundHandle()
33 ut::DynamicCast<internal::WaveSound*>( handle->detail_GetAttachedSound() ); in WaveSoundHandle()
51 void WaveSoundHandle::detail_AttachSoundAsTempHandle( internal::WaveSound* sound ) in detail_AttachSoundAsTempHandle()
Dsnd_SoundArchivePlayer.cpp867 internal::WaveSound* waveSound = NULL; in detail_SetupSoundImpl()
916 waveSound = AllocSound<internal::WaveSound>( in detail_SetupSoundImpl()
1478 internal::WaveSound* sound, in PrepareWaveSoundImpl()
1544 internal::WaveSound::StartInfo startInfo = in PrepareWaveSoundImpl()
1557 internal::WaveSound::LoadInfo loadInfo = in PrepareWaveSoundImpl()
/NW4C-1.3.3/include/nw/snd/
Dsnd_WaveSound.h41 class WaveSound; variable
43 typedef SoundInstanceManager<WaveSound, driver::WaveSoundPlayer> WaveSoundInstanceManager;
45 class WaveSound : public BasicSound
73 WaveSound( WaveSoundInstanceManager& manager );
Dsnd_WaveSoundHandle.h623 void detail_AttachSoundAsTempHandle( internal::WaveSound* sound );
626 internal::WaveSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound()
629 const internal::WaveSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound()
634 internal::WaveSound* m_pSound;
Dsnd_SoundArchivePlayer.h52 class WaveSound; variable
508 internal::WaveSound* sound,