MonoMac.AVFoundation.AVCaptureVideoDataOutput Members

The members of MonoMac.AVFoundation.AVCaptureVideoDataOutput 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

AlwaysDiscardsLateVideoFramesbool. Whether to drop video frames if they arrive late.
[read-only]
AvailableVideoCodecTypesMonoMac.Foundation.NSString[]. Documentation for this section has not yet been entered.
[read-only]
AvailableVideoCVPixelFormatTypesMonoMac.Foundation.NSNumber[]. 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.
MinFrameDurationMonoMac.CoreMedia.CMTime. Minimum frame duration.
[read-only]
SampleBufferCallbackQueueMonoMac.CoreFoundation.DispatchQueue. Gets the DispatchQueue used by the sampling buffer delegate.
[read-only]
SampleBufferDelegateAVCaptureVideoDataOutputSampleBufferDelegate. Gets the sampling buffer delegate.
UncompressedVideoSettingAVVideoSettingsUncompressed. Documentation for this section has not yet been entered.
VideoSettingsAVVideoSettings. Video settings.
WeakVideoSettingsMonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered.

Public Methods

SetSampleBufferDelegate(AVCaptureVideoDataOutputSampleBufferDelegate, IntPtr)
Sets the target object where the captured frames will be sent to.
SetSampleBufferDelegateAndQueue(AVCaptureVideoDataOutputSampleBufferDelegate, MonoMac.CoreFoundation.DispatchQueue)
Documentation for this section has not yet been entered.

Protected Methods

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