MonobjcMonobjc Documented Class Library
TrackWithQuickTimeTrackError Method (track, errorPtr)
NamespacesMonobjc.QTKitQTTrackTrackWithQuickTimeTrackError(IntPtr, NSError%)

Returns a QTTrack object associated with a QuickTime Track.

Original signature is '+ (id)trackWithQuickTimeTrack:(Track)track error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTTrack TrackWithQuickTimeTrackError(
	IntPtr track,
	out NSError errorPtr
)
Public Shared Function TrackWithQuickTimeTrackError ( _
	track As IntPtr, _
	<OutAttribute> ByRef errorPtr As NSError _
) As QTTrack
public:
static QTTrack^ TrackWithQuickTimeTrackError(
	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.TrackWithQuickTimeTrackError(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)