Platforms to show: All Mac Windows Linux Cross-Platform
AVCaptureDeviceMBS.AVAuthorizationStatusAuthorized = 3
Function:
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.
Notes: The client is authorized to access the hardware supporting a media type. This is default for MacOS 10.13 or older.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 18.4 |
Notes: The client is authorized to access the hardware supporting a media type. This is default for MacOS 10.13 or older.
AVCaptureDeviceMBS.AVAuthorizationStatusDenied = 2
Function:
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.
Notes: The user explicitly denied access to the hardware supporting a media type for the client.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 18.4 |
Notes: The user explicitly denied access to the hardware supporting a media type for the client.
AVCaptureDeviceMBS.AVAuthorizationStatusNotDetermined = 0
Function:
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.
Notes: Indicates that the user has not yet made a choice regarding whether the client can access the hardware.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 18.4 |
Notes: Indicates that the user has not yet made a choice regarding whether the client can access the hardware.
AVCaptureDeviceMBS.AVAuthorizationStatusRestricted = 1
Function:
One of the constants indicating the client's authorization to the underlying hardware supporting a media type.
Notes: The client is not authorized to access the hardware for the media type. The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 18.4 |
Notes: The client is not authorized to access the hardware for the media type. The user cannot change the client's status, possibly due to active restrictions such as parental controls being in place.
AVCaptureDeviceMBS.AVCaptureDevicePositionBack = 1
Function:
One of the constants to specify the position of a capture device.
Notes: The capture device is on the back of the unit.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device is on the back of the unit.
AVCaptureDeviceMBS.AVCaptureDevicePositionFront = 2
Function:
One of the constants to specify the position of a capture device.
Notes: The capture device is on the front of the unit.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device is on the front of the unit.
AVCaptureDeviceMBS.AVCaptureDevicePositionUnspecified = 0
Function:
One of the constants to specify the position of a capture device.
Notes: The capture device's position relative to the system hardware is unspecified.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device's position relative to the system hardware is unspecified.
AVCaptureDeviceMBS.AVCaptureDeviceTransportControlsNotPlayingMode = 0
Function:
One of the constants that indicate the transport controls' current mode of playback, if it has one.
Notes: Indicates that the tape transport is not threaded through the play head.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: Indicates that the tape transport is not threaded through the play head.
AVCaptureDeviceMBS.AVCaptureDeviceTransportControlsPlayingMode = 1
Function:
One of the constants that indicate the transport controls' current mode of playback, if it has one.
Notes: Indicates that the tape transport is threaded through the play head.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: Indicates that the tape transport is threaded through the play head.
AVCaptureDeviceMBS.AVCaptureExposureModeAutoExpose = 1
Function:
One of the constants to specify the exposure mode of a capture device.
Notes: The device continuously monitors exposure levels and auto exposes when necessary.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The device continuously monitors exposure levels and auto exposes when necessary.
AVCaptureDeviceMBS.AVCaptureExposureModeContinuousAutoExposure = 2
Function:
One of the constants to specify the exposure mode of a capture device.
Example:
Notes:
The device performs an auto-expose operation now.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Example:
dim device as AVCaptureDeviceMBS
device = AVCaptureDeviceMBS.defaultDeviceWithMediaType(AVFoundationMBS.AVMediaTypeVideo)
MsgBox str(device.isExposureModeSupported(device.AVCaptureExposureModeContinuousAutoExposure))
AVCaptureDeviceMBS.AVCaptureExposureModeLocked = 0
Function:
One of the constants to specify the exposure mode of a capture device.
Notes: The exposure setting is locked.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The exposure setting is locked.
AVCaptureDeviceMBS.AVCaptureFlashModeAuto = 2
Function:
One of the constants to specify the flash mode of a capture device.
Notes: The capture device continuously monitors light levels and uses the flash when necessary.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device continuously monitors light levels and uses the flash when necessary.
AVCaptureDeviceMBS.AVCaptureFlashModeOff = 0
Function:
One of the constants to specify the flash mode of a capture device.
Notes: The capture device flash is always off.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device flash is always off.
AVCaptureDeviceMBS.AVCaptureFlashModeOn = 1
Function:
One of the constants to specify the flash mode of a capture device.
Notes: The capture device flash is always on.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device flash is always on.
AVCaptureDeviceMBS.AVCaptureFocusModeAutoFocus = 1
Function:
One of the constants to specify the focus mode of a capture device.
Notes: The capture device performs an autofocus operation now.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device performs an autofocus operation now.
AVCaptureDeviceMBS.AVCaptureFocusModeContinuousAutoFocus = 2
Function:
One of the constants to specify the focus mode of a capture device.
Notes: The capture device continuously monitors focus and auto focuses when necessary.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device continuously monitors focus and auto focuses when necessary.
AVCaptureDeviceMBS.AVCaptureFocusModeLocked = 0
Function:
One of the constants to specify the focus mode of a capture device.
Notes: The focus is locked.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The focus is locked.
AVCaptureDeviceMBS.AVCaptureTorchModeAuto = 2
Function:
One of the constants to specify the direction in which a capture device faces.
Notes: The capture device continuously monitors light levels and uses the torch when necessary.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device continuously monitors light levels and uses the torch when necessary.
AVCaptureDeviceMBS.AVCaptureTorchModeOff = 0
Function:
One of the constants to specify the direction in which a capture device faces.
Notes: The capture device torch is always off.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device torch is always off.
AVCaptureDeviceMBS.AVCaptureTorchModeOn = 1
Function:
One of the constants to specify the direction in which a capture device faces.
Notes: The capture device torch is always on.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The capture device torch is always on.
AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeAutoWhiteBalance = 1
Function:
One of the constants to specify the white balance mode of a capture device.
Notes: The device performs an auto white balance operation now.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The device performs an auto white balance operation now.
AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeContinuousAutoWhiteBalance = 2
Function:
One of the constants to specify the white balance mode of a capture device.
Notes: The device continuously monitors white balance and adjusts when necessary.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The device continuously monitors white balance and adjusts when necessary.
AVCaptureDeviceMBS.AVCaptureWhiteBalanceModeLocked = 0
Function:
One of the constants to specify the white balance mode of a capture device.
Notes: The white balance setting is locked.
Type | Topic | Plugin | Version |
const | AVFoundation | MBS AVFoundation Plugin | 13.2 |
Notes: The white balance setting is locked.
The items on this page are in the following plugins: MBS AVFoundation Plugin.
Feedback: Report problem or ask question.
