QTCaptureLayer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QTCaptureLayer() | |
QTCaptureLayer(NSCoder) | |
QTCaptureLayer(NSObjectFlag) | |
QTCaptureLayer(QTCaptureSession) | |
QTCaptureLayer(IntPtr) |
QTCaptureLayer()
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
- session
- QTCaptureSession
- Attributes
Applies to
QTCaptureLayer(IntPtr)
protected internal QTCaptureLayer (IntPtr handle);
new QTKit.QTCaptureLayer : nativeint -> QTKit.QTCaptureLayer
Parameters
- handle
-
IntPtr
nativeint