Platforms to show: All Mac Windows Linux Cross-Platform

Back to QTAudioChannelLayoutMBS class.

Previous items Next items

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AC3_2_1_1 = &h990004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the AC3 layout constants.

L R Cs LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AC3_3_0 = &h960003

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the AC3 layout constants.

L C R

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AC3_3_0_1 = &h980004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the AC3 layout constants.

L C R LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AC3_3_1 = &h970004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the AC3 layout constants.

L C R Cs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AC3_3_1_1 = &h9A0005

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the AC3 layout constants.

L C R Cs LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_Ambisonic_B_Format = &h6B0004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the general layout constants.

W, X, Y, Z

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_4 = &h6C0004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the symmetrical layouts layout constants for AudioUnit usage.

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_5 = &h6D0005

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the symmetrical layouts layout constants for AudioUnit usage.

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_5_0 = &h760005

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R Ls Rs C

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_5_1 = &h790006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R C LFE Ls Rs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_6 = &h6E0006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the symmetrical layouts layout constants for AudioUnit usage.

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_6_0 = &h8B0006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R Ls Rs C Cs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_6_1 = &h7D0007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R C LFE Ls Rs Cs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_7_0 = &h8C0007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R Ls Rs C Rls Rrs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_7_0_Front = &h940007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R Ls Rs C Lc Rc

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_7_1 = &h800008

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R C LFE Ls Rs Rls Rrs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_7_1_Front = &h7E0008

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the surround-based layout constants for AudioUnit usage.

L R C LFE Ls Rs Lc Rc

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_AudioUnit_8 = &h6F0008

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the symmetrical layouts layout constants for AudioUnit usage.

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_Binaural = &h6A0002

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the general layout constants.

Binaural stereo (left, right)

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_Cube = &h700008

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the general layout constants.

left, right, rear left, rear right, top left, top right, top rear left, top rear right

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DiscreteInOrder = &h930000

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the general layout 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

Needs to be ORed with the actual number of channels.

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_3_1 = &hA80004

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C L R LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_4_1 = &hA90005

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C L R Cs LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_0_A = &hAA0006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

Lc Rc L R Ls Rs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_0_B = &hAB0006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C L R Rls Rrs Ts

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_0_C = &hAC0006

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C Cs L R Rls Rrs

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_1_A = &hAD0007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

Lc Rc L R Ls Rs LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_1_B = &hAE0007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C L R Rls Rrs Ts LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_1_C = &hAF0007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C Cs L R Rls Rrs LFE

QTAudioChannelLayoutMBS.kAudioChannelLayoutTag_DTS_6_1_D = &hB60007

Type Topic Plugin Version
const QuickTime MBS Main Plugin 11.3
One of the DTS layout constants.

C L R Ls Rs LFE Cs

Previous items Next items

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


💬 Ask a question or report a problem
The biggest plugin in space...