Home
last modified time | relevance | path

Searched refs:SoundActor (Results 1 – 11 of 11) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundActor.cpp34 SoundActor::SoundActor() in SoundActor() function in nw::snd::SoundActor
41 SoundActor::SoundActor( SoundArchivePlayer& soundArchivePlayer ) in SoundActor() function in nw::snd::SoundActor
58 SoundActor::~SoundActor() in ~SoundActor()
63 void SoundActor::Initialize( SoundArchivePlayer& soundArchivePlayer ) in Initialize()
78 void SoundActor::Finalize() in Finalize()
102 void SoundActor::StopAllSound( int fadeFrames ) in StopAllSound()
120 void SoundActor::PauseAllSound( bool flag, int fadeFrames ) in PauseAllSound()
137 int SoundActor::GetPlayingSoundCount( int actorPlayerId ) const in GetPlayingSoundCount()
154 void SoundActor::SetPlayableSoundCount( int actorPlayerId, int count ) in SetPlayableSoundCount()
170 int SoundActor::GetPlayableSoundCount( int actorPlayerId ) const in GetPlayableSoundCount()
[all …]
Dsnd_Sound3DActor.cpp83 SoundActor::Initialize( player ); in Initialize()
96 SoundActor::ForEachSound( ClearUpdateCallback ); in Finalize()
97 SoundActor::Finalize(); in Finalize()
170 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
Dsnd_ExternalSoundPlayer.cpp104 void ExternalSoundPlayer::Finalize( SoundActor* actor ) in Finalize()
Dsnd_BasicSound.cpp715 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor()
732 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor()
Dsnd_SoundArchivePlayer.cpp767 SoundActor* actor, in detail_SetupSoundImpl()
850 SoundActor::ACTOR_PLAYER_COUNT-1 in detail_SetupSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundActor.h69 class SoundActor : public SoundStartable
101 SoundActor( SoundArchivePlayer& soundArchivePlayer );
115 SoundActor();
127 virtual ~SoundActor();
486 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound()
Dsnd_ExternalSoundPlayer.h27 class SoundActor; variable
69 void Finalize( SoundActor* actor );
Dsnd_BasicSound.h37 class SoundActor; variable
351 void AttachSoundActor( SoundActor* actor );
352 void DetachSoundActor( SoundActor* actor );
412 SoundActor* m_pSoundActor;
Dsnd_Sound3DActor.h59 : public SoundActor,
Dsnd_SoundArchivePlayer.h45 class SoundActor; variable
477 SoundActor* actor,
/NW4C-2.0.3/demos/snd/soundActor/sources/
DSoundActorApp.h44 nw::snd::SoundActor m_Actor;