Platforms to show: All Mac Windows Linux Cross-Platform

Back to QTAudioChannelDescriptionMBS class.

Channel Label Constants

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Ambisonic_W = 200

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Ambisonic_X = 201

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Ambisonic_Y = 202

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Ambisonic_Z = 203

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Center = 3

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_CenterSurround = 9

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Back Center" or plain "Rear Surround"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_CenterSurroundDirect = 44

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

back center, non diffuse

QTAudioChannelDescriptionMBS.kAudioChannelLabel_ClickTrack = 304

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_DialogCentricMix = 43

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete = 400

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_0 = &h10000

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_1 = &h10001

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_10 = &h1000A

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_11 = &h1000B

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_12 = &h1000C

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_13 = &h1000D

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_14 = &h1000E

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_15 = &h1000F

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_2 = &h10002

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_3 = &h10003

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.
Example
// build 2 channels to go on channel 3&4
dim d1 as new QTAudioChannelDescriptionMBS
dim d2 as new QTAudioChannelDescriptionMBS

d1.ChannelFlags = QTAudioChannelDescriptionMBS.kAudioChannelFlags_AllOff
d1.ChannelLabel = QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_3
d2.ChannelFlags = QTAudioChannelDescriptionMBS.kAudioChannelFlags_AllOff
d2.ChannelLabel = QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_4

dim a as new QTAudioChannelLayoutMBS

a.NumberChannelDescriptions = 2
a.ChannelDescriptions(0) = d1
a.ChannelDescriptions(1) = d2
a.ChannelLayoutTag = QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DiscreteInOrder + 2

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_4 = &h10004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_5 = &h10005

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_6 = &h10006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_65535 = &h1FFFF

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_7 = &h10007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_8 = &h10008

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Discrete_9 = &h10009

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_ForeignLanguage = 305

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Haptic = 45

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_HeadphonesLeft = 301

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_HeadphonesRight = 302

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_HearingImpaired = 40

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Left = 1

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LeftCenter = 7

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LeftSurround = 5

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Back Left"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LeftSurroundDirect = 10

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Side Left"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LeftTotal = 38

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

matrix encoded 4 channels

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LeftWide = 35

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LFE2 = 37

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_LFEScreen = 4

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Mono = 42

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_MS_Mid = 204

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_MS_Side = 205

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Narration = 41

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RearSurroundLeft = 33

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RearSurroundRight = 34

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Right = 2

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RightCenter = 8

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RightSurround = 6

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Back Right"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RightSurroundDirect = 11

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Side Right"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RightTotal = 39

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

matrix encoded 4 channels

QTAudioChannelDescriptionMBS.kAudioChannelLabel_RightWide = 36

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_TopBackCenter = 17

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_TopBackLeft = 16

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_TopBackRight = 18

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_TopCenterSurround = 12

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Unknown = &hFFFFFFFF

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

Unknown or unspecified other use.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_Unused = 0

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

Channel is present, but has no intended use or destination.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_UseCoordinates = 100

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

Channel is described by the Coordinates fields.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_VerticalHeightCenter = 14

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Top Front Center"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_VerticalHeightLeft = 13

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Top Front Left"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_VerticalHeightRight = 15

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

WAVE: "Top Front Right"

QTAudioChannelDescriptionMBS.kAudioChannelLabel_XY_X = 206

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

QTAudioChannelDescriptionMBS.kAudioChannelLabel_XY_Y = 207

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the channel label constants.

The items on this page are in the following plugins: MBS Main Plugin.


The biggest plugin in space...