OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
AudioMetaData () | |
void | InitFrom (const AudioMetaData &other) |
XnUInt8 | NumberOfChannels () const |
XnUInt8 & | NumberOfChannels () |
XnUInt32 | SampleRate () const |
XnUInt32 & | SampleRate () |
XnUInt16 | BitsPerSample () const |
XnUInt16 & | BitsPerSample () |
const XnAudioMetaData * | GetUnderlying () const |
XnAudioMetaData * | GetUnderlying () |
![]() | |
OutputMetaData (const XnUInt8 **ppData) | |
virtual | ~OutputMetaData () |
XnUInt64 | Timestamp () const |
XnUInt64 & | Timestamp () |
XnUInt32 | FrameID () const |
XnUInt32 & | FrameID () |
XnUInt32 | DataSize () const |
XnUInt32 & | DataSize () |
XnBool | IsDataNew () const |
XnBool & | IsDataNew () |
const XnOutputMetaData * | GetUnderlying () const |
XnOutputMetaData * | GetUnderlying () |
const XnUInt8 * | Data () const |
const XnUInt8 *& | Data () |
XnUInt8 * | WritableData () |
XnStatus | AllocateData (XnUInt32 nBytes) |
void | Free () |
XnStatus | MakeDataWritable () |
Additional Inherited Members | |
![]() | |
XnUInt8 * | m_pAllocatedData |
Represents a MetaData object for generators producing audio data.
|
inline |
Ctor.
|
inline |
Gets the number of bits per channel in a sample.
|
inline |
Gets the number of bits per channel in a sample.
|
inline |
Gets the C object that is wrapped by this object.
|
inline |
Gets the C object that is wrapped by this object.
|
inline |
Shallow-Copies an Audio Meta Data object. Note that the data buffer is not copied, and that both object will point to the same buffer.
|
inline |
Gets the number of channels in every sample.
|
inline |
Gets the number of channels in every sample.
|
inline |
Gets the rate in which audio is sampled.
|
inline |
Gets the rate in which audio is sampled.