QAudioBuffer Class

The QAudioBuffer class represents a collection of audio samples with a specific format and sample rate. More...

Header: #include <QAudioBuffer>
qmake: QT += multimedia

Public Types

struct StereoFrame
typedef S16S
typedef S16U
typedef S32F
typedef S8S
typedef S8U

Detailed Description

Member Type Documentation

typedef QAudioBuffer::S16S

This is a predefined specialization for a signed stereo 16 bit sample. Each channel is a signed short.

typedef QAudioBuffer::S16U

This is a predefined specialization for an unsigned stereo 16 bit sample. Each channel is an unsigned short.

typedef QAudioBuffer::S32F

This is a predefined specialization for an 32 bit float sample. Each channel is a float.

typedef QAudioBuffer::S8S

This is a predefined specialization for a signed stereo 8 bit sample. Each channel is a signed char.

typedef QAudioBuffer::S8U

This is a predefined specialization for an unsigned stereo 8 bit sample. Each channel is an unsigned char.