Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamSound.cpp25 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);
40 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound
49 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 …]
Dsnd_StreamSoundHandle.cpp31 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()
Dsnd_SoundArchivePlayer.cpp854 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()
/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamSound.h32 class StreamSound; variable
34 typedef SoundInstanceManager<StreamSound, driver::StreamSoundPlayer> StreamSoundInstanceManager;
36 class StreamSound : public BasicSound
49 StreamSound( StreamSoundInstanceManager& manager );
Dsnd_StreamSoundHandle.h763 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;
Dsnd_SoundArchivePlayer.h51 class StreamSound; variable
492 internal::StreamSound* sound,