Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSound.cpp27 NW_UT_RUNTIME_TYPEINFO_DEFINITION(StreamSound,BasicSound);
42 StreamSound::StreamSound( in StreamSound() function in nw::snd::internal::StreamSound
51 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 …]
Dsnd_StreamSoundHandle.cpp33 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()
Dsnd_SoundArchivePlayer.cpp868 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()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSound.h34 class StreamSound; variable
36 typedef SoundInstanceManager<StreamSound, driver::StreamSoundPlayer> StreamSoundInstanceManager;
38 class StreamSound : public BasicSound
51 StreamSound( StreamSoundInstanceManager& manager );
Dsnd_StreamSoundHandle.h779 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;
Dsnd_SoundArchivePlayer.h53 class StreamSound; variable
528 internal::StreamSound* sound,