MonobjcMonobjc Documented Class Library
InitWithQuickTimeTrackError Method (track, errorPtr)
NamespacesMonobjc.QTKitQTTrackInitWithQuickTimeTrackError(IntPtr, NSError%)

Returns a QTTrack object associated with a QuickTime Track.

Original signature is '- (id)initWithQuickTimeTrack:(Track)track error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithQuickTimeTrackError(
	IntPtr track,
	out NSError errorPtr
)
Public Overridable Function InitWithQuickTimeTrackError ( _
	track As IntPtr, _
	<OutAttribute> ByRef errorPtr As NSError _
) As Id
public:
virtual Id^ InitWithQuickTimeTrackError(
	IntPtr track, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
track (IntPtr)
A QuickTime Track with which to initialize the QTTrack object.
errorPtr (NSError%)
A pointer to an NSError object; if a QTTrack object cannot be created, an NSError object is returned in this location.
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTTrack.InitWithQuickTimeTrackError(System.IntPtr,Monobjc.Foundation.NSError@)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)