MonobjcMonobjc Documented Class Library
QTMakeTime Method (timeValue, timeScale)
NamespacesMonobjc.QTKitQTKitFrameworkQTMakeTime(Int64, NSInteger)

Creates a QTTime structure.

Original signature is 'QTTime QTMakeTime ( long long timeValue, long timeScale );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTTime QTMakeTime(
	long timeValue,
	NSInteger timeScale
)
Public Shared Function QTMakeTime ( _
	timeValue As Long, _
	timeScale As NSInteger _
) As QTTime
public:
static QTTime QTMakeTime(
	long long timeValue, 
	NSInteger timeScale
)
Parameters
timeValue (Int64)
MISSING
timeScale (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTKitFramework.QTMakeTime(System.Int64,Monobjc.Foundation.NSInteger)"]

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)