#include <AVVDecodeBase.h>
|
enum | {
kAmbiFormat,
kNumMics,
kCurMic,
kLinkPairs,
kLinkFloors,
kLinkDirs,
kLinkDists,
kMasterGain,
kShelfFilter,
kNFC,
kLowLatency,
kBinaural,
kSubject,
kDifffuseFieldEQ,
kHeadSize,
kBinauralLow,
kBinauralHigh,
kSmooth,
kPInv,
kSpare1,
kSpare2,
kSpare3,
kNumMasterParams,
kAzimuth = 0,
kElevation,
kWidth,
kDirectivity,
kFloor,
kGain,
kDist,
kSolo,
kMute,
kEffAzi,
kEffElev,
kEffDir,
kSpare4,
kSpare5,
kSpare6,
kNumMicParams,
kNumParams = kNumMasterParams + (MAXMICS * kNumMicParams)
} |
|
Enumerator |
---|
kAmbiFormat |
|
kNumMics |
|
kCurMic |
|
kLinkPairs |
|
kLinkFloors |
|
kLinkDirs |
|
kLinkDists |
|
kMasterGain |
|
kShelfFilter |
|
kNFC |
|
kLowLatency |
|
kBinaural |
|
kSubject |
|
kDifffuseFieldEQ |
|
kHeadSize |
|
kBinauralLow |
|
kBinauralHigh |
|
kSmooth |
|
kPInv |
|
kSpare1 |
|
kSpare2 |
|
kSpare3 |
|
kNumMasterParams |
|
kAzimuth |
|
kElevation |
|
kWidth |
|
kDirectivity |
|
kFloor |
|
kGain |
|
kDist |
|
kSolo |
|
kMute |
|
kEffAzi |
|
kEffElev |
|
kEffDir |
|
kSpare4 |
|
kSpare5 |
|
kSpare6 |
|
kNumMicParams |
|
kNumParams |
|
AVVDecodeBase::AVVDecodeBase |
( |
long |
sampleRate | ) |
|
AVVDecodeBase::~AVVDecodeBase |
( |
| ) |
|
bool AVVDecodeBase::canProcess |
( |
| ) |
|
int AVVDecodeBase::getCurOutput |
( |
| ) |
|
int AVVDecodeBase::getCurProgram |
( |
| ) |
|
string AVVDecodeBase::getCurProgramName |
( |
| ) |
|
int AVVDecodeBase::getInputFormat |
( |
| ) |
|
int AVVDecodeBase::getNumOutputs |
( |
| ) |
|
int AVVDecodeBase::getNumOutputsInternal |
( |
| ) |
|
float AVVDecodeBase::getParameter |
( |
int |
index | ) |
|
float AVVDecodeBase::getParameterDefault |
( |
int |
index | ) |
|
void AVVDecodeBase::getProgramName |
( |
int |
index, |
|
|
char * |
programName |
|
) |
| |
float AVVDecodeBase::getVu |
( |
| ) |
|
float AVVDecodeBase::getVuSub |
( |
int |
index | ) |
|
void AVVDecodeBase::getXMLBlock |
( |
char * |
block, |
|
|
int |
maxSize |
|
) |
| |
static float AVVDecodeBase::headSize2Parm |
( |
float |
headSize | ) |
|
|
inlinestatic |
static float AVVDecodeBase::mics2Parm |
( |
int |
i | ) |
|
|
inlinestatic |
void AVVDecodeBase::notifyHostValueChanged |
( |
int |
index, |
|
|
float |
newValue |
|
) |
| |
static float AVVDecodeBase::parm2HeadSize |
( |
float |
x | ) |
|
|
inlinestatic |
static int AVVDecodeBase::parm2Mics |
( |
float |
x | ) |
|
|
inlinestatic |
static int AVVDecodeBase::parm2SubjectNum |
( |
float |
x | ) |
|
|
inlinestatic |
virtual void AVVDecodeBase::processReplacing |
( |
float ** |
inputs, |
|
|
float ** |
outputs, |
|
|
int |
sampleFrames |
|
) |
| |
|
pure virtual |
void AVVDecodeBase::setHostCallback |
( |
HostCallback * |
newHostCallback | ) |
|
void AVVDecodeBase::setInputFormat |
( |
int |
fmt | ) |
|
void AVVDecodeBase::setParameter |
( |
int |
index, |
|
|
float |
value |
|
) |
| |
void AVVDecodeBase::setParameterNotifyingHost |
( |
int |
index, |
|
|
float |
newValue |
|
) |
| |
void AVVDecodeBase::setParamWOLinkingOrNotifying |
( |
int |
index, |
|
|
float |
newValue |
|
) |
| |
int AVVDecodeBase::setProgram |
( |
int |
program | ) |
|
int AVVDecodeBase::setProgram |
( |
string |
programName | ) |
|
virtual void AVVDecodeBase::setSamplingRate |
( |
float |
sampleRate | ) |
|
|
pure virtual |
void AVVDecodeBase::setXMLBlock |
( |
char * |
block | ) |
|
static float AVVDecodeBase::subjectNum2Parm |
( |
int |
subject | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: