![]() |
Qt 6.x
The Qt SDK
|
#include <qaudiobuffer.h>
Public Types | |
using | value_type = typename QtPrivate::AudioSampleFormatHelper< format >::value_type |
Public Member Functions | |
value_type | value (QAudioFormat::AudioChannelPosition pos) const |
void | setValue (QAudioFormat::AudioChannelPosition pos, value_type val) |
value_type | operator[] (QAudioFormat::AudioChannelPosition pos) const |
constexpr void | clear () |
Static Public Member Functions | |
static constexpr int | positionToIndex (QAudioFormat::AudioChannelPosition pos) |
Public Attributes | |
value_type | channels [nChannels] |
Definition at line 48 of file qaudiobuffer.h.
using QAudioFrame< config, format >::value_type = typename QtPrivate::AudioSampleFormatHelper<format>::value_type |
Definition at line 62 of file qaudiobuffer.h.
|
inlineconstexpr |
Definition at line 89 of file qaudiobuffer.h.
References QAudioFrame< config, format >::channels, and i.
|
inline |
Definition at line 86 of file qaudiobuffer.h.
References pos.
|
inlinestaticconstexpr |
Definition at line 64 of file qaudiobuffer.h.
References pos, and qPopulationCount().
Referenced by QAudioFrame< config, format >::setValue(), and QAudioFrame< config, format >::value().
|
inline |
Definition at line 80 of file qaudiobuffer.h.
References QAudioFrame< config, format >::channels, pos, and QAudioFrame< config, format >::positionToIndex().
|
inline |
Definition at line 74 of file qaudiobuffer.h.
References QAudioFrame< config, format >::channels, pos, and QAudioFrame< config, format >::positionToIndex().
value_type QAudioFrame< config, format >::channels[nChannels] |
Definition at line 63 of file qaudiobuffer.h.
Referenced by QAudioFrame< config, format >::clear(), QAudioFrame< config, format >::setValue(), and QAudioFrame< config, format >::value().