Platforms to show: All Mac Windows Linux Cross-Platform

Back to DRTrackMBS class.

DRTrackMBS.DRFlagSubchannelDataRequested = 2

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.4
A flag passed to producePreGapForTrack or produceDataForTrack.

Indicates that the blockSize passed in includes room for subchannel data.
Data producers should check this flag and perform subchannel data production in addition to user fata production. Each block requested from the producer in this case will be formatted as [user data (as specified in track properties)][subchannel data(96 bytes)].

For example an audio producer callback should repeatedly produce 2352 bytes of audio data into bytes 0-2351 of the block and an additional 96 bytes of subchannel data into bytes 2352-2447.

DRTrackMBS.kDRBlockSizeAudio = 2352

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

Audio data.

DRTrackMBS.kDRBlockSizeDVDData = 2048

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

DVD data.

DRTrackMBS.kDRBlockSizeMode1Data = 2048

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

Mode 1 data.

DRTrackMBS.kDRBlockSizeMode2Data = 2332

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

Mode 2 data. Photo CD and CD-i use this.

DRTrackMBS.kDRBlockSizeMode2Form1Data = 2048

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

Mode 2 Form 1 data.

DRTrackMBS.kDRBlockSizeMode2Form2Data = 2324

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block size constants.

Mode 2 Form 2 data.

DRTrackMBS.kDRBlockTypeAudio = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

Audio data.

DRTrackMBS.kDRBlockTypeDVDData = 8

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

DVD data.

DRTrackMBS.kDRBlockTypeMode1Data = 8

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

Mode 1 data.

DRTrackMBS.kDRBlockTypeMode2Data = 13

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

Mode 2 data. Photo CD and CD-i use this.

DRTrackMBS.kDRBlockTypeMode2Form1Data = 10

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

Mode 2 Form 1 data.

DRTrackMBS.kDRBlockTypeMode2Form2Data = 12

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the block type constants.

Mode 2 Form 2 data.

DRTrackMBS.kDRDataFormAudio = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

Audio data.

DRTrackMBS.kDRDataFormDVDData = 16

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

DVD data.

DRTrackMBS.kDRDataFormMode1Data = 16

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

Mode 1 data.

DRTrackMBS.kDRDataFormMode2Data = 32

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

Mode 2 data. Photo CD and CD-i use this.

DRTrackMBS.kDRDataFormMode2Form1Data = 32

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

Mode 2 Form 1 data.

DRTrackMBS.kDRDataFormMode2Form2Data = 32

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the data form constants.

Mode 2 Form 2 data.

DRTrackMBS.kDRSessionFormatAudio = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the constants for the session format.

Audio data.

DRTrackMBS.kDRSessionFormatCDI = 16

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the constants for the session format.

CD-I disc.

DRTrackMBS.kDRSessionFormatCDXA = 32

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the constants for the session format.

CD-ROM XA disc.

DRTrackMBS.kDRSessionFormatDVDData = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the constants for the session format.

DVD data.

DRTrackMBS.kDRSessionFormatMode1Data = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the constants for the session format.

Mode 1 data.

DRTrackMBS.kDRTrackMode1Data = 4

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

Mode 1 data.

DRTrackMBS.kDRTrackMode2Data = 4

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

Mode 2 data. Photo CD and CD-i use this.

DRTrackMBS.kDRTrackMode2Form1Data = 4

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

Mode 2 Form 1 data.

DRTrackMBS.kDRTrackMode2Form2Data = 4

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

Mode 2 Form 2 data.

DRTrackMBS.kDRTrackModeAudio = 0

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

Audio data.

DRTrackMBS.kDRTrackModeDVDData = 5

Type Topic Plugin Version
const DiscRecording MBS MacControls Plugin 10.3
One of the track mode constants.

DVD data.

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


The biggest plugin in space...