MonoMac.AVFoundation.AVCaptureDevice Members

The members of MonoMac.AVFoundation.AVCaptureDevice are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
AdjustingExposurebool. Documentation for this section has not yet been entered.
[read-only]
AdjustingFocusbool. Documentation for this section has not yet been entered.
[read-only]
AdjustingWhiteBalancebool. Documentation for this section has not yet been entered.
AutomaticallyEnablesLowLightBoostWhenAvailablebool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Connectedbool. Documentation for this section has not yet been entered.
[read-only]
static
DevicesAVCaptureDevice[]. Documentation for this section has not yet been entered.
ExposureModeAVCaptureExposureMode. Documentation for this section has not yet been entered.
ExposurePointOfInterestSystem.Drawing.PointF. Documentation for this section has not yet been entered.
[read-only]
ExposurePointOfInterestSupportedbool. Documentation for this section has not yet been entered.
[read-only]
FlashActivebool. Documentation for this section has not yet been entered.
[read-only]
FlashAvailablebool. Documentation for this section has not yet been entered.
FlashModeAVCaptureFlashMode. Documentation for this section has not yet been entered.
FocusModeAVCaptureFocusMode. Documentation for this section has not yet been entered.
FocusPointOfInterestSystem.Drawing.PointF. Documentation for this section has not yet been entered.
[read-only]
FocusPointOfInterestSupportedbool. Documentation for this section has not yet been entered.
[read-only]
LocalizedNamestring. Documentation for this section has not yet been entered.
[read-only]
LowLightBoostEnabledbool. Documentation for this section has not yet been entered.
[read-only]
LowLightBoostSupportedbool. Documentation for this section has not yet been entered.
[read-only]
static
MaxAvailableTorchLevelfloat. Represents the value associated with the constant AVCaptureMaxAvailableTorchLevel
[read-only]
ModelIDstring. Documentation for this section has not yet been entered.
[read-only]
PositionAVCaptureDevicePosition. Documentation for this section has not yet been entered.
[read-only]
TorchActivebool. Documentation for this section has not yet been entered.
[read-only]
TorchAvailablebool. Documentation for this section has not yet been entered.
[read-only]
TorchLevelfloat. Documentation for this section has not yet been entered.
TorchModeAVCaptureTorchMode. Documentation for this section has not yet been entered.
[read-only]
UniqueIDstring. Documentation for this section has not yet been entered.
[read-only]
static
WasConnectedNotificationMonoMac.Foundation.NSString. Notification constant for WasConnected
[read-only]
static
WasDisconnectedNotificationMonoMac.Foundation.NSString. Notification constant for WasDisconnected
WhiteBalanceModeAVCaptureWhiteBalanceMode. Documentation for this section has not yet been entered.

Public Methods

static
DefaultDeviceWithMediaType(string) : AVCaptureDevice
Documentation for this section has not yet been entered.
static
DevicesWithMediaType(string) : AVCaptureDevice[]
Documentation for this section has not yet been entered.
static
DeviceWithUniqueID(string) : AVCaptureDevice
Documentation for this section has not yet been entered.
HasMediaType(string) : bool
Documentation for this section has not yet been entered.
IsExposureModeSupported(AVCaptureExposureMode) : bool
Documentation for this section has not yet been entered.
IsFlashModeSupported(AVCaptureFlashMode) : bool
Documentation for this section has not yet been entered.
IsFocusModeSupported(AVCaptureFocusMode) : bool
Documentation for this section has not yet been entered.
IsTorchModeSupported(AVCaptureTorchMode) : bool
Documentation for this section has not yet been entered.
IsWhiteBalanceModeSupported(AVCaptureWhiteBalanceMode) : bool
Documentation for this section has not yet been entered.
LockForConfiguration(out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
SetTorchModeLevel(float, out MonoMac.Foundation.NSError) : bool
Documentation for this section has not yet been entered.
SupportsAVCaptureSessionPreset(string) : bool
Documentation for this section has not yet been entered.
UnlockForConfiguration()
Documentation for this section has not yet been entered.