Searched refs:WaveSound (Results 1 – 6 of 6) sorted by relevance
29 NW_UT_RUNTIME_TYPEINFO_DEFINITION(WaveSound,BasicSound);44 WaveSound::WaveSound( in WaveSound() function in nw::snd::internal::WaveSound52 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 …]
32 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()
867 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()
41 class WaveSound; variable43 typedef SoundInstanceManager<WaveSound, driver::WaveSoundPlayer> WaveSoundInstanceManager;45 class WaveSound : public BasicSound73 WaveSound( WaveSoundInstanceManager& manager );
623 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;
52 class WaveSound; variable508 internal::WaveSound* sound,