#include <ASoundManager.h>
Public Attributes | |
| TINT | iFMODChannelHandle = -1 |
| ASound::Sample * | pSample = nullptr |
| TINT | Unknown = 0 |
| TINT | iFlags = 0 |
| TFLOAT | fVolume = 1.0f |
| TINT | iFrequency = 44100 |
Definition at line 85 of file ASoundManager.h.
| TFLOAT ASoundManager::ChannelRef::fVolume = 1.0f |
Definition at line 92 of file ASoundManager.h.
| TINT ASoundManager::ChannelRef::iFlags = 0 |
Definition at line 91 of file ASoundManager.h.
| TINT ASoundManager::ChannelRef::iFMODChannelHandle = -1 |
Definition at line 88 of file ASoundManager.h.
| TINT ASoundManager::ChannelRef::iFrequency = 44100 |
Definition at line 93 of file ASoundManager.h.
| ASound::Sample* ASoundManager::ChannelRef::pSample = nullptr |
Definition at line 89 of file ASoundManager.h.
| TINT ASoundManager::ChannelRef::Unknown = 0 |
Definition at line 90 of file ASoundManager.h.