Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundActor.cpp32 SoundActor::SoundActor() in SoundActor() function in nw::snd::SoundActor
39 SoundActor::SoundActor( SoundArchivePlayer& soundArchivePlayer ) in SoundActor() function in nw::snd::SoundActor
56 SoundActor::~SoundActor() in ~SoundActor()
61 void SoundActor::Initialize( SoundArchivePlayer& soundArchivePlayer ) in Initialize()
76 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.cpp81 SoundActor::Initialize( player ); in Initialize()
94 SoundActor::ForEachSound( ClearUpdateCallback ); in Finalize()
95 SoundActor::Finalize(); in Finalize()
168 SoundStartable::StartResult result = SoundActor::detail_SetupSoundWithAmbientInfo( in SetupSound()
Dsnd_ExternalSoundPlayer.cpp110 void ExternalSoundPlayer::DetachSoundActorAll( SoundActor* actor ) in DetachSoundActorAll()
Dsnd_BasicSound.cpp697 void BasicSound::AttachSoundActor( SoundActor* actor ) in AttachSoundActor()
714 void BasicSound::DetachSoundActor( SoundActor* actor ) in DetachSoundActor()
Dsnd_SoundArchivePlayer.cpp753 SoundActor* actor, in detail_SetupSoundImpl()
836 SoundActor::ACTOR_PLAYER_COUNT-1 in detail_SetupSoundImpl()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundActor.h67 class SoundActor : public SoundStartable
99 SoundActor( SoundArchivePlayer& soundArchivePlayer );
113 SoundActor();
125 virtual ~SoundActor();
478 inline Function SoundActor::ForEachSound( Function function, bool reverse ) in ForEachSound()
Dsnd_ExternalSoundPlayer.h25 class SoundActor; variable
67 void DetachSoundActorAll( SoundActor* actor );
Dsnd_BasicSound.h35 class SoundActor; variable
328 void AttachSoundActor( SoundActor* actor );
329 void DetachSoundActor( SoundActor* actor );
389 SoundActor* m_pSoundActor;
Dsnd_Sound3DActor.h57 : public SoundActor,
Dsnd_SoundArchivePlayer.h43 class SoundActor; variable
441 SoundActor* actor,
/NW4C-1.2.23/demos/snd/soundActor/sources/
DSoundActorApp.h42 nw::snd::SoundActor m_Actor;