Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qaudiobuffer.h File Reference

(edaec2bf714c98d65f12c8ed9a2ffbd1603635a7)

#include <QtCore/qshareddata.h>
#include <QtMultimedia/qtmultimediaglobal.h>
#include <QtMultimedia/qtaudio.h>
#include <QtMultimedia/qaudioformat.h>
+ Include dependency graph for qaudiobuffer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtPrivate::AudioSampleFormatHelper< SampleFormat >
 
struct  QtPrivate::AudioSampleFormatHelper< QAudioFormat::UInt8 >
 
struct  QtPrivate::AudioSampleFormatHelper< QAudioFormat::Int16 >
 
struct  QtPrivate::AudioSampleFormatHelper< QAudioFormat::Int32 >
 
struct  QtPrivate::AudioSampleFormatHelper< QAudioFormat::Float >
 
struct  QAudioFrame< config, format >
 
class  QAudioBuffer
 \inmodule QtMultimedia More...
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Typedefs

template<QAudioFormat::SampleFormat Format>
using QAudioFrameMono = QAudioFrame<QAudioFormat::ChannelConfigMono, Format>
 
template<QAudioFormat::SampleFormat Format>
using QAudioFrameStereo = QAudioFrame<QAudioFormat::ChannelConfigStereo, Format>
 
template<QAudioFormat::SampleFormat Format>
using QAudioFrame2Dot1 = QAudioFrame<QAudioFormat::ChannelConfig2Dot1, Format>
 
template<QAudioFormat::SampleFormat Format>
using QAudioFrameSurround5Dot1 = QAudioFrame<QAudioFormat::ChannelConfigSurround5Dot1, Format>
 
template<QAudioFormat::SampleFormat Format>
using QAudioFrameSurround7Dot1 = QAudioFrame<QAudioFormat::ChannelConfigSurround7Dot1, Format>
 

Typedef Documentation

◆ QAudioFrame2Dot1

◆ QAudioFrameMono

◆ QAudioFrameStereo

◆ QAudioFrameSurround5Dot1

◆ QAudioFrameSurround7Dot1