Platforms to show: All Mac Windows Linux Cross-Platform

Back to ICDeviceBrowserMBS class.

ICDeviceBrowserMBS.browsedDeviceTypeMask as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The device type mask.

A mask whose set bits indicate the type of device(s) being browsed after the receiver receives the start message. This property can be changed while the browser is browsing for devices. This property can be constructed by OR'd values of ICDeviceTypeMask with values of ICDeviceLocationTypeMask.
(Read and Write property)

Some examples using this property:

ICDeviceBrowserMBS.Browsing as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Indicates whether the device browser is browsing for devices.

(Read only property)

ICDeviceBrowserMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
The internal object reference.

(Read and Write property)

ICDeviceBrowserMBS.preferredDevice as ICDeviceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS AVFoundation Plugin 14.3 ✅ Yes ❌ No ❌ No ❌ No Desktop only
This method returns a device object that should be selected by the client application when it is launched.

If the client application that calls this method is the auto-launch application associated with a device and that device is the last device attached (through USB, FireWire or network), then that device will be the preferred device. The best place to call this method is in the event deviceBrowserDidAddDevice, if the "moreComing" parameter passed to the delegate is false; or in the event deviceBrowserDidEnumerateLocalDevices.
(Read only property)

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


The biggest plugin in space...