|
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 () |
Public Member Functions inherited from xn::OutputMetaData | |
| 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 XnUInt8 * | Data () const |
| const XnUInt8 *& | Data () |
| XnUInt8 * | WritableData () |
| XnStatus | AllocateData (XnUInt32 nBytes) |
| void | Free () |
| XnStatus | MakeDataWritable () |
Additional Inherited Members | |
Protected Attributes inherited from xn::OutputMetaData | |
| 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.
Reimplemented from xn::OutputMetaData.
|
inline |
Gets the C object that is wrapped by this object.
Reimplemented from xn::OutputMetaData.
|
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.
| other | [in] source object. |
|
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.
1.8.1.2