Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcoreaudioutils.mm File Reference

(bc40ebbea1c7f04b5cf8b649a64d64ab76cfc086)

#include "qcoreaudioutils_p.h"
#include <qdebug.h>
#include <mach/mach_time.h>
+ Include dependency graph for qcoreaudioutils.mm:

Go to the source code of this file.

Variables

struct { 
 
   QAudioFormat::AudioChannelPosition   pos 
 
   AudioChannelLabel   label 
 
channelMap [] 
 
struct { 
 
   AudioChannelLayoutTag   tag 
 
   QAudioFormat::ChannelConfig   channelConfig 
 
layoutTagMap [] 
 

Variable Documentation

◆ channelConfig

Definition at line 176 of file qcoreaudioutils.mm.

◆ [struct]

struct { ... } channelMap[]
Initial value:
= {
{ QAudioFormat::FrontLeft, kAudioChannelLabel_Left },
{ QAudioFormat::FrontRight, kAudioChannelLabel_Right },
{ QAudioFormat::FrontCenter, kAudioChannelLabel_Center },
{ QAudioFormat::LFE, kAudioChannelLabel_LFEScreen },
{ QAudioFormat::BackLeft, kAudioChannelLabel_LeftSurround },
{ QAudioFormat::BackRight, kAudioChannelLabel_RightSurround },
{ QAudioFormat::FrontLeftOfCenter, kAudioChannelLabel_LeftCenter },
{ QAudioFormat::FrontRightOfCenter, kAudioChannelLabel_RightCenter },
{ QAudioFormat::BackCenter, kAudioChannelLabel_CenterSurround },
{ QAudioFormat::LFE2, kAudioChannelLabel_LFE2 },
{ QAudioFormat::SideLeft, kAudioChannelLabel_LeftSurroundDirect },
{ QAudioFormat::SideRight, kAudioChannelLabel_RightSurroundDirect },
{ QAudioFormat::TopFrontLeft, kAudioChannelLabel_VerticalHeightLeft },
{ QAudioFormat::TopFrontRight, kAudioChannelLabel_VerticalHeightRight },
{ QAudioFormat::TopFrontCenter, kAudioChannelLabel_VerticalHeightCenter },
{ QAudioFormat::TopCenter, kAudioChannelLabel_CenterTopMiddle },
{ QAudioFormat::TopBackLeft, kAudioChannelLabel_TopBackLeft },
{ QAudioFormat::TopBackRight, kAudioChannelLabel_TopBackRight },
{ QAudioFormat::TopSideLeft, kAudioChannelLabel_LeftTopMiddle },
{ QAudioFormat::TopSideRight, kAudioChannelLabel_RightTopMiddle },
{ QAudioFormat::TopBackCenter, kAudioChannelLabel_TopBackCenter },
}

◆ label

AudioChannelLabel label

Definition at line 105 of file qcoreaudioutils.mm.

◆ [struct]

static constexpr struct { ... } layoutTagMap

◆ pos

◆ tag

static QRegularExpression tag

Definition at line 175 of file qcoreaudioutils.mm.