#include <ASoundManager.h>
Public Member Functions | |
SoundEvent (SOUNDEVENT a_eEventType, TFLOAT a_fStartTime, Cue *a_pCue, ASound::Sample *a_pWave, ChannelRef *a_pChannel, TINT a_iFlags, TINT a_iTrackIndex) | |
SoundEvent (SOUNDEVENT a_eEventType, TFLOAT a_fStartTime, Cue *a_pCue, ASound::Sample *a_pWave, TFLOAT a_fCustomParam1, ChannelRef *a_pChannel, TINT a_iFlags, TINT a_iTrackIndex) | |
SoundEvent (SOUNDEVENT a_eEventType, TFLOAT a_fStartTime, Cue *a_pCue, ASound::Sample *a_pWave, const EventParameters &a_rcCustomParams, ChannelRef *a_pChannel, TINT a_iFlags, TINT a_iTrackIndex) | |
Public Attributes | |
SOUNDEVENT | eEventType |
TFLOAT | fStartTime |
TINT | iFlags |
Cue * | pCue |
ASound::Sample * | pSample |
ChannelRef * | pChannel |
EventParameters | oParameters |
TINT | iTrackIndex |
Definition at line 114 of file ASoundManager.h.
ASoundManager::SoundEvent::SoundEvent | ( | SOUNDEVENT | a_eEventType, |
TFLOAT | a_fStartTime, | ||
Cue * | a_pCue, | ||
ASound::Sample * | a_pWave, | ||
ChannelRef * | a_pChannel, | ||
TINT | a_iFlags, | ||
TINT | a_iTrackIndex ) |
Definition at line 1738 of file ASoundManager.cpp.
ASoundManager::SoundEvent::SoundEvent | ( | SOUNDEVENT | a_eEventType, |
TFLOAT | a_fStartTime, | ||
Cue * | a_pCue, | ||
ASound::Sample * | a_pWave, | ||
TFLOAT | a_fCustomParam1, | ||
ChannelRef * | a_pChannel, | ||
TINT | a_iFlags, | ||
TINT | a_iTrackIndex ) |
Definition at line 1743 of file ASoundManager.cpp.
ASoundManager::SoundEvent::SoundEvent | ( | SOUNDEVENT | a_eEventType, |
TFLOAT | a_fStartTime, | ||
Cue * | a_pCue, | ||
ASound::Sample * | a_pWave, | ||
const EventParameters & | a_rcCustomParams, | ||
ChannelRef * | a_pChannel, | ||
TINT | a_iFlags, | ||
TINT | a_iTrackIndex ) |
Definition at line 1749 of file ASoundManager.cpp.
SOUNDEVENT ASoundManager::SoundEvent::eEventType |
Definition at line 122 of file ASoundManager.h.
TFLOAT ASoundManager::SoundEvent::fStartTime |
Definition at line 123 of file ASoundManager.h.
TINT ASoundManager::SoundEvent::iFlags |
Definition at line 124 of file ASoundManager.h.
TINT ASoundManager::SoundEvent::iTrackIndex |
Definition at line 129 of file ASoundManager.h.
EventParameters ASoundManager::SoundEvent::oParameters |
Definition at line 128 of file ASoundManager.h.
ChannelRef* ASoundManager::SoundEvent::pChannel |
Definition at line 127 of file ASoundManager.h.
Cue* ASoundManager::SoundEvent::pCue |
Definition at line 125 of file ASoundManager.h.
ASound::Sample* ASoundManager::SoundEvent::pSample |
Definition at line 126 of file ASoundManager.h.