#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.
◆ AudioMetaData()
xn::AudioMetaData::AudioMetaData |
( |
| ) |
|
|
inline |
◆ BitsPerSample() [1/2]
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.
◆ BitsPerSample() [2/2]
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.
◆ GetUnderlying() [1/2]
Gets the C object that is wrapped by this object.
◆ GetUnderlying() [2/2]
Gets the C object that is wrapped by this object.
◆ InitFrom()
◆ NumberOfChannels() [1/2]
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.
◆ NumberOfChannels() [2/2]
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.
◆ SampleRate() [1/2]
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.
◆ SampleRate() [2/2]
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_PRAGMA_START_DISABLED_WARNING_SECTION()
xn::AudioMetaData::XN_PRAGMA_START_DISABLED_WARNING_SECTION |
( |
XN_UNALIGNED_ADDRESS_WARNING_ID |
| ) |
|
◆ XN_PRAGMA_STOP_DISABLED_WARNING_SECTION
xn::AudioMetaData::XN_PRAGMA_STOP_DISABLED_WARNING_SECTION |
The documentation for this class was generated from the following file: