#include <soundinterface.h>
SCR_SoundController::SCR_SoundController |
( |
| ) |
|
|
private |
virtual SCR_SoundController::~SCR_SoundController |
( |
| ) |
|
|
privatevirtual |
void SCR_SoundController::attach |
( |
sound * |
soundInterface | ) |
|
bool SCR_SoundController::copy |
( |
const QString & |
srcFileName, |
|
|
const QString & |
dstFileName |
|
) |
| |
SCR_FileWrapper* SCR_SoundController::getSoundtrack |
( |
int |
fromFrame, |
|
|
int |
toFrame |
|
) |
| |
SCR_FileWrapper* SCR_SoundController::getSoundtrackAll |
( |
| ) |
|
bool SCR_SoundController::isUnicode |
( |
const QString |
exportFilePath | ) |
|
void SCR_SoundController::setChannelCount |
( |
int |
count | ) |
|
void SCR_SoundController::setChannelSize |
( |
int |
size | ) |
|
void SCR_SoundController::setFrameRate |
( |
int |
rate | ) |
|
void SCR_SoundController::setSampleRate |
( |
double |
rate | ) |
|
int SCR_SoundController::_channelCount |
|
private |
int SCR_SoundController::_channelSize |
|
private |
int SCR_SoundController::_frameRate |
|
private |
unsigned long SCR_SoundController::_sampleRate |
|
private |
sound* SCR_SoundController::_soundInterface |
|
private |
The documentation for this class was generated from the following file: