xoreos
0.0.5
|
A handle to a sound channel. More...
#include <types.h>
Public Member Functions | |
ChannelHandle () | |
Public Attributes | |
size_t | channel |
uint32 | id |
size_t Sound::ChannelHandle::channel |
Definition at line 36 of file types.h.
Referenced by Sound::SoundManager::freeChannel(), Sound::SoundManager::getChannel(), Sound::SoundManager::isPaused(), Sound::SoundManager::isPlaying(), Sound::SoundManager::isValidChannel(), Sound::SoundManager::newChannel(), and Sound::SoundManager::playAudioStream().
uint32 Sound::ChannelHandle::id |
Definition at line 37 of file types.h.
Referenced by Sound::SoundManager::freeChannel(), Sound::SoundManager::getChannel(), Sound::SoundManager::isPaused(), Sound::SoundManager::isPlaying(), Sound::SoundManager::isValidChannel(), Sound::SoundManager::newChannel(), and Sound::SoundManager::playAudioStream().