#include <XnCppWrapper.h>
For saving the audio data from the xn::AudioGenerator node. This saved metadata object provides fast and easy access to the AudioGenerator node's data and configuration information.
xn::AudioMetaData::AudioMetaData |
( |
) | |
|
|
inline |
XnUInt16 xn::AudioMetaData::BitsPerSample |
( |
) | |
const |
|
inline |
Gets the number of bits per channel in a sample. This is a packet configuration setting associated with the saved audio metadata object.
XnUInt16& xn::AudioMetaData::BitsPerSample |
( |
) | |
|
|
inline |
Gets the number of bits per channel in a sample. This is a packet configuration setting associated with the saved audio metadata object.
Gets the C object that is wrapped by this object.
Gets the C object that is wrapped by this object.
XnUInt8 xn::AudioMetaData::NumberOfChannels |
( |
) | |
const |
|
inline |
Gets the number of channels in each sample. This is a packet configuration setting associated with the saved audio metadata object.
XnUInt8& xn::AudioMetaData::NumberOfChannels |
( |
) | |
|
|
inline |
Gets the number of channels in each sample. This is a packet configuration setting associated with the saved audio metadata object.
XnUInt32 xn::AudioMetaData::SampleRate |
( |
) | |
const |
|
inline |
Gets the rate at which the audio interface was sampled. This is a packet configuration setting associated with the saved audio metadata object.
XnUInt32& xn::AudioMetaData::SampleRate |
( |
) | |
|
|
inline |
Gets the rate at which the audio interface was sampled. This is a packet configuration setting associated with the saved audio metadata object.
xn::AudioMetaData::XN_PRAGMA_START_DISABLED_WARNING_SECTION |
( |
XN_UNALIGNED_ADDRESS_WARNING_ID |
) | |
|
xn::AudioMetaData::XN_PRAGMA_STOP_DISABLED_WARNING_SECTION |
The documentation for this class was generated from the following file: