Edit

Share via


QTTrack Constructors

Definition

Overloads

QTTrack()
QTTrack(NSObjectFlag)
QTTrack(IntPtr)
QTTrack(IntPtr, NSError)

QTTrack()

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

Applies to

QTTrack(NSObjectFlag)

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

Parameters

Applies to

QTTrack(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

QTTrack(IntPtr, NSError)

[Foundation.Export("initWithQuickTimeTrack:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 3, 0, ObjCRuntime.PlatformArchitecture.Arch32, null)]
public QTTrack(IntPtr quicktimeTrack, out Foundation.NSError error);
new QTKit.QTTrack : nativeint *  -> QTKit.QTTrack

Parameters

quicktimeTrack
IntPtr

nativeint

error
NSError
Attributes

Applies to