Platforms to show: All Mac Windows Linux Cross-Platform

Back to DRDeviceMBS class.

Previous items

DRDeviceMBS.DRDeviceMediaTypeHDDVDRDualLayer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDeviceMediaTypeKey.

Media is a HD DVD-R DL.

DRDeviceMBS.DRDeviceMediaTypeHDDVDROM as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDeviceMediaTypeKey.

Media is a HD DVD-ROM.

DRDeviceMBS.DRDeviceMediaTypeHDDVDRW as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDeviceMediaTypeKey.

Media is a HD DVD-RW.

DRDeviceMBS.DRDeviceMediaTypeHDDVDRWDualLayer as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDeviceMediaTypeKey.

Media is a HD DVD-RW DL.

DRDeviceMBS.DRDeviceMediaTypeKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the DRDeviceMediaInfoKey dictionary.

String containing the type of media inserted in the device.

DRDeviceMBS.DRDeviceMediaTypeUnknown as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDeviceMediaTypeKey.

The type of the media cannot be determined.

DRDeviceMBS.DRDeviceMediaUsedSpaceKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the DRDeviceMediaInfoKey dictionary.

MSF value of the amount of space currently used for exising data.

DRDeviceMBS.DRDevicePhysicalInterconnectATAPI as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectKey.

Device is connected on an ATAPI interface.

DRDeviceMBS.DRDevicePhysicalInterconnectFibreChannel as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectKey.

Device is connected through a Fibre Channel interface.

DRDeviceMBS.DRDevicePhysicalInterconnectFireWire as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectKey.

Device is connected through a Firewire interface.

DRDeviceMBS.DRDevicePhysicalInterconnectKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

String describing the connection of the device to the computer.

DRDeviceMBS.DRDevicePhysicalInterconnectLocationExternal as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectLocationKey.

Device is connected to the machine externally.

DRDeviceMBS.DRDevicePhysicalInterconnectLocationInternal as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectLocationKey.

Device is connected to the machine internally.

DRDeviceMBS.DRDevicePhysicalInterconnectLocationKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

String describing the location of the device (e.g. internal/external).

DRDeviceMBS.DRDevicePhysicalInterconnectLocationUnknown as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectLocationKey.

It's not known how the device is connected.

DRDeviceMBS.DRDevicePhysicalInterconnectSCSI as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectKey.

Device is connected on a SCSI interface.

DRDeviceMBS.DRDevicePhysicalInterconnectUSB as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the possible values of the DRDevicePhysicalInterconnectKey.

Device is connected through a USB interface.

DRDeviceMBS.DRDeviceProductNameKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.
Example
// shows all devices with their product names:
dim devices() as DRDeviceMBS = DRDeviceMBS.devices

for each dd as DRDeviceMBS in devices
MsgBox dd.info.lookup(DRDeviceMBS.DRDeviceProductNameKey, "?")
next

String containing the product name extracted from the device.

DRDeviceMBS.DRDeviceStatusChangedNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the notification names used with a DRBurn object.

Posted by a DRNotificationCenter when the media in a device changes state. This can include being ejected, inserted, becoming busy, etc.

The object for this notification is the device who's media is changing state. The userInfo for this notification is the same dictionary returned by status for that device.

DRDeviceMBS.DRDeviceSupportLevelAppleShipping as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the values for DRDeviceSupportLevelKey.

This value indicates this device is shipping in some Apple machine.

DRDeviceMBS.DRDeviceSupportLevelAppleSupported as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the values for DRDeviceSupportLevelKey.

This value indicates this device has been tested by Apple for support.

DRDeviceMBS.DRDeviceSupportLevelKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

String describing the support level the device enjoys from the engine.

DRDeviceMBS.DRDeviceSupportLevelNone as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the values for DRDeviceSupportLevelKey.

This value indicates this device is not supported.

DRDeviceMBS.DRDeviceSupportLevelUnsupported as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the values for DRDeviceSupportLevelKey.

This value indicates the device is unsupported, but the engine will try to use it anyway.

DRDeviceMBS.DRDeviceSupportLevelVendorSupported as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the values for DRDeviceSupportLevelKey.

This value indicates this device has been tested by a third party for support.

DRDeviceMBS.DRDeviceTrackInfoKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the status method.

Dictionary containing dictionaries describing the tracks. DRTracks from the DRDeviceTrackRefsKey are used as keys into this dictionary.

DRDeviceMBS.DRDeviceTrackRefsKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the status method.

An array containing a list of DRTrack objects describing any tracks that are already on the disc.

DRDeviceMBS.DRDeviceVendorNameKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

String containing the vendor name extracted from the device.

DRDeviceMBS.DRDeviceWriteBufferSizeKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

Number containing the size of the write buffer of the device.

DRDeviceMBS.DRDeviceWriteCapabilitiesKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method DiscRecording MBS MacControls Plugin 10.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the keys in the dictionary returned by the info method.

Dictionary containing the capabilities of the device for writing different kinds of media.

Previous items

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


The biggest plugin in space...