Searched refs:StreamSound (Results 1 – 6 of 6) sorted by relevance
25 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);40 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound49 void StreamSound::Initialize() in Initialize()81 void StreamSound::Finalize() in Finalize()102 void StreamSound::Setup( in Setup()132 void StreamSound::Prepare( in Prepare()158 void StreamSound::UpdateMoveValue() in UpdateMoveValue()172 void StreamSound::UpdateParam() in UpdateParam()194 void StreamSound::SetTrackVolume( unsigned long trackBitFlag, float volume, int frames ) in SetTrackVolume()211 void StreamSound::SetTrackPan( unsigned long trackBitFlag, float pan ) in SetTrackPan()[all …]
31 internal::StreamSound* sound = in StreamSoundHandle()32 ut::DynamicCast<internal::StreamSound*>( pHandle->detail_GetAttachedSound() ); in StreamSoundHandle()50 void StreamSoundHandle::detail_AttachSoundAsTempHandle( internal::StreamSound* pSound ) in detail_AttachSoundAsTempHandle()
854 internal::StreamSound* strmSound = NULL; in detail_SetupSoundImpl()882 strmSound = AllocSound<internal::StreamSound>( in detail_SetupSoundImpl()1401 internal::StreamSound* sound, in PrepareStreamImpl()1434 internal::StreamSound* lowest = m_StreamSoundInstanceManager.GetLowestPrioritySound(); in PrepareStreamImpl()
32 class StreamSound; variable34 typedef SoundInstanceManager<StreamSound, driver::StreamSoundPlayer> StreamSoundInstanceManager;36 class StreamSound : public BasicSound49 StreamSound( StreamSoundInstanceManager& manager );
763 void detail_AttachSoundAsTempHandle( internal::StreamSound* pSound );766 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound()769 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound()774 internal::StreamSound* m_pSound;
51 class StreamSound; variable492 internal::StreamSound* sound,