#include <XnCppWrapper.h>

Public Member Functions | |
| AudioGenerator (XnNodeHandle hNode=NULL) | |
| const XnUChar * | GetAudioBuffer () const |
| void | GetMetaData (AudioMetaData &metaData) const |
| XnStatus | GetSupportedWaveOutputModes (XnWaveOutputMode *aSupportedModes, XnUInt32 &nCount) const |
| XnUInt32 | GetSupportedWaveOutputModesCount () const |
| XnStatus | GetWaveOutputMode (XnWaveOutputMode &OutputMode) const |
| XnStatus | RegisterToWaveOutputModeChanges (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
| XnStatus | SetWaveOutputMode (const XnWaveOutputMode &OutputMode) |
| void | UnregisterFromWaveOutputModeChanges (XnCallbackHandle hCallback) |
| XnStatus | Create (Context &context, Query *pQuery=NULL, EnumerationErrors *pErrors=NULL) |
Represents an Audio Generator node
Definition at line 3726 of file XnCppWrapper.h.
| xn::AudioGenerator::AudioGenerator | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
| XnStatus xn::AudioGenerator::Create | ( | Context & | context, |
| Query * | pQuery = NULL, |
||
| EnumerationErrors * | pErrors = NULL |
||
| ) | [inline] |
Creates an audio generator.
For full details and usage, see xnCreateAudioGeneratorDefinition at line 4634 of file XnCppWrapper.h.
| const XnUChar* xn::AudioGenerator::GetAudioBuffer | ( | ) | const [inline] |
Definition at line 3752 of file XnCppWrapper.h.
| void xn::AudioGenerator::GetMetaData | ( | AudioMetaData & | metaData | ) | const [inline] |
Gets the current audio meta data.
For full details and usage, see xnGetAudioMetaDataDefinition at line 3744 of file XnCppWrapper.h.
| XnStatus xn::AudioGenerator::GetSupportedWaveOutputModes | ( | XnWaveOutputMode * | aSupportedModes, |
| XnUInt32 & | nCount | ||
| ) | const [inline] |
Definition at line 3768 of file XnCppWrapper.h.
| XnUInt32 xn::AudioGenerator::GetSupportedWaveOutputModesCount | ( | ) | const [inline] |
Definition at line 3760 of file XnCppWrapper.h.
| XnStatus xn::AudioGenerator::GetWaveOutputMode | ( | XnWaveOutputMode & | OutputMode | ) | const [inline] |
Definition at line 3784 of file XnCppWrapper.h.
| XnStatus xn::AudioGenerator::RegisterToWaveOutputModeChanges | ( | StateChangedHandler | handler, |
| void * | pCookie, | ||
| XnCallbackHandle & | hCallback | ||
| ) | [inline] |
Definition at line 3792 of file XnCppWrapper.h.
| XnStatus xn::AudioGenerator::SetWaveOutputMode | ( | const XnWaveOutputMode & | OutputMode | ) | [inline] |
Definition at line 3776 of file XnCppWrapper.h.
| void xn::AudioGenerator::UnregisterFromWaveOutputModeChanges | ( | XnCallbackHandle | hCallback | ) | [inline] |
Definition at line 3800 of file XnCppWrapper.h.