#include <ActiveAESound.h>
§ CActiveAESound()
CActiveAESound::CActiveAESound |
( |
const std::string & |
filename, |
|
|
CActiveAE * |
ae |
|
) |
| |
§ ~CActiveAESound()
CActiveAESound::~CActiveAESound |
( |
| ) |
|
|
override |
§ Finish()
void CActiveAESound::Finish |
( |
| ) |
|
§ GetChannel()
AEChannel ActiveAE::CActiveAESound::GetChannel |
( |
| ) |
|
|
inlineoverridevirtual |
§ GetChunkSize()
int CActiveAESound::GetChunkSize |
( |
| ) |
|
§ GetFileSize()
int ActiveAE::CActiveAESound::GetFileSize |
( |
| ) |
|
|
inline |
§ GetSound()
§ GetVolume()
float ActiveAE::CActiveAESound::GetVolume |
( |
| ) |
|
|
inlineoverridevirtual |
§ InitSound()
§ IsConverted()
bool ActiveAE::CActiveAESound::IsConverted |
( |
| ) |
|
|
inline |
§ IsPlaying()
bool CActiveAESound::IsPlaying |
( |
| ) |
|
|
overridevirtual |
§ IsSeekPossible()
bool ActiveAE::CActiveAESound::IsSeekPossible |
( |
| ) |
|
|
inline |
§ Play()
void CActiveAESound::Play |
( |
| ) |
|
|
overridevirtual |
§ Prepare()
bool CActiveAESound::Prepare |
( |
| ) |
|
§ Read()
int CActiveAESound::Read |
( |
void * |
h, |
|
|
uint8_t * |
buf, |
|
|
int |
size |
|
) |
| |
|
static |
§ Seek()
int64_t CActiveAESound::Seek |
( |
void * |
h, |
|
|
int64_t |
pos, |
|
|
int |
whence |
|
) |
| |
|
static |
§ SetChannel()
§ SetConverted()
void ActiveAE::CActiveAESound::SetConverted |
( |
bool |
state | ) |
|
|
inline |
§ SetVolume()
void ActiveAE::CActiveAESound::SetVolume |
( |
float |
volume | ) |
|
|
inlineoverridevirtual |
§ Stop()
void CActiveAESound::Stop |
( |
| ) |
|
|
overridevirtual |
§ StoreSound()
bool CActiveAESound::StoreSound |
( |
bool |
orig, |
|
|
uint8_t ** |
buffer, |
|
|
int |
samples, |
|
|
int |
linesize |
|
) |
| |
§ m_activeAE
CActiveAE* ActiveAE::CActiveAESound::m_activeAE |
|
protected |
§ m_channel
AEChannel ActiveAE::CActiveAESound::m_channel |
|
protected |
§ m_dst_sound
§ m_filename
std::string ActiveAE::CActiveAESound::m_filename |
|
protected |
§ m_fileSize
int ActiveAE::CActiveAESound::m_fileSize |
|
protected |
§ m_isConverted
bool ActiveAE::CActiveAESound::m_isConverted |
|
protected |
§ m_isSeekPossible
bool ActiveAE::CActiveAESound::m_isSeekPossible |
|
protected |
§ m_orig_sound
§ m_pFile
§ m_volume
float ActiveAE::CActiveAESound::m_volume |
|
protected |
The documentation for this class was generated from the following files: