QTTrack 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
QTTrack() | |
QTTrack(NSObjectFlag) | |
QTTrack(IntPtr) | |
QTTrack(IntPtr, NSError) |
QTTrack()
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