Searched refs:StreamSound (Results 1 – 6 of 6) sorted by relevance
27 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);42 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound51 void StreamSound::Initialize() in Initialize()83 void StreamSound::Finalize() in Finalize()104 void StreamSound::Setup( in Setup()134 void StreamSound::Prepare( in Prepare()160 void StreamSound::UpdateMoveValue() in UpdateMoveValue()174 void StreamSound::UpdateParam() in UpdateParam()196 void StreamSound::SetTrackVolume( unsigned long trackBitFlag, float volume, int frames ) in SetTrackVolume()213 void StreamSound::SetTrackPan( unsigned long trackBitFlag, float pan ) in SetTrackPan()[all …]
33 internal::StreamSound* sound = in StreamSoundHandle()34 ut::DynamicCast<internal::StreamSound*>( pHandle->detail_GetAttachedSound() ); in StreamSoundHandle()52 void StreamSoundHandle::detail_AttachSoundAsTempHandle( internal::StreamSound* pSound ) in detail_AttachSoundAsTempHandle()
868 internal::StreamSound* strmSound = NULL; in detail_SetupSoundImpl()896 strmSound = AllocSound<internal::StreamSound>( in detail_SetupSoundImpl()1340 internal::StreamSound* sound, in PrepareStreamSoundImpl()1373 internal::StreamSound* lowest = m_StreamSoundInstanceManager.GetLowestPrioritySound(); in PrepareStreamSoundImpl()
34 class StreamSound; variable36 typedef SoundInstanceManager<StreamSound, driver::StreamSoundPlayer> StreamSoundInstanceManager;38 class StreamSound : public BasicSound51 StreamSound( StreamSoundInstanceManager& manager );
779 void detail_AttachSoundAsTempHandle( internal::StreamSound* pSound );782 internal::StreamSound* detail_GetAttachedSound() { return m_pSound; } in detail_GetAttachedSound()785 const internal::StreamSound* detail_GetAttachedSound() const { return m_pSound; } in detail_GetAttachedSound()790 internal::StreamSound* m_pSound;
53 class StreamSound; variable528 internal::StreamSound* sound,