QTCaptureLayer Constructors

Definition

Overloads

QTCaptureLayer()
QTCaptureLayer(NSCoder)
QTCaptureLayer(NSObjectFlag)
QTCaptureLayer(QTCaptureSession)
QTCaptureLayer(IntPtr)

QTCaptureLayer()

[Foundation.Export("init")]
public QTCaptureLayer ();
Attributes

Applies to

QTCaptureLayer(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public QTCaptureLayer (Foundation.NSCoder coder);
new QTKit.QTCaptureLayer : Foundation.NSCoder -> QTKit.QTCaptureLayer

Parameters

coder
NSCoder
Attributes

Applies to

QTCaptureLayer(NSObjectFlag)

protected QTCaptureLayer (Foundation.NSObjectFlag t);
new QTKit.QTCaptureLayer : Foundation.NSObjectFlag -> QTKit.QTCaptureLayer

Parameters

Applies to

QTCaptureLayer(QTCaptureSession)

[Foundation.Export("initWithSession:")]
public QTCaptureLayer (QTKit.QTCaptureSession session);
new QTKit.QTCaptureLayer : QTKit.QTCaptureSession -> QTKit.QTCaptureLayer

Parameters

Attributes

Applies to

QTCaptureLayer(IntPtr)

protected internal QTCaptureLayer (IntPtr handle);
new QTKit.QTCaptureLayer : nativeint -> QTKit.QTCaptureLayer

Parameters

handle
IntPtr

nativeint

Applies to