MonoMac.AVFoundation.AVCaptureStillImageOutput Members

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

See Also: Inherited members from MonoMac.AVFoundation.AVCaptureOutput

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
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]
AvailableImageDataCodecTypesstring[]. The list of available image codecs.
[read-only]
AvailableImageDataCVPixelFormatTypesMonoMac.Foundation.NSNumber[]. The list of avaialble pixel formats supported.
[read-only]
CapturingStillImagebool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CompressedVideoSettingAVVideoSettingsCompressed. Documentation for this section has not yet been entered.
OutputSettingsMonoMac.Foundation.NSDictionary. Configuration parameters for the image generation.
UncompressedVideoSettingAVVideoSettingsUncompressed. Documentation for this section has not yet been entered.

Public Methods

CaptureStillImageAsynchronously(AVCaptureConnection, AVCaptureCompletionHandler)
Captures an image from a connection.
static
JpegStillToNSData(MonoMac.CoreMedia.CMSampleBuffer) : MonoMac.Foundation.NSData
Returns an NSData representing the jpeg image and its metadata.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the AVCaptureStillImageOutput object.