The members of MonoMac.AVFoundation.AVCaptureVideoDataOutput are listed below.
See Also: Inherited members from MonoMac.AVFoundation.AVCaptureOutput
| 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. |
| AlwaysDiscardsLateVideoFrames | bool. Whether to drop video frames if they arrive late. | |
| [read-only] | AvailableVideoCodecTypes | MonoMac.Foundation.NSString[]. Documentation for this section has not yet been entered. |
| [read-only] | AvailableVideoCVPixelFormatTypes | MonoMac.Foundation.NSNumber[]. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CompressedVideoSetting | AVVideoSettingsCompressed. Documentation for this section has not yet been entered. | |
| MinFrameDuration | MonoMac.CoreMedia.CMTime. Minimum frame duration. | |
| [read-only] | SampleBufferCallbackQueue | MonoMac.CoreFoundation.DispatchQueue. Gets the DispatchQueue used by the sampling buffer delegate. |
| [read-only] | SampleBufferDelegate | AVCaptureVideoDataOutputSampleBufferDelegate. Gets the sampling buffer delegate. |
| UncompressedVideoSetting | AVVideoSettingsUncompressed. Documentation for this section has not yet been entered. | |
| VideoSettings | AVVideoSettings. Video settings. | |
| WeakVideoSettings | MonoMac.Foundation.NSDictionary. Documentation for this section has not yet been entered. |
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. | ||