MonobjcMonobjc Documented Class Library
QTMakeTimeScaled Method (time, timeScale)
NamespacesMonobjc.QTKitQTKitFrameworkQTMakeTimeScaled(QTTime, NSInteger)

Returns a QTTime structure.

Original signature is 'QTTime QTMakeTimeScaled ( QTTime time, long timeScale );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTTime QTMakeTimeScaled(
	QTTime time,
	NSInteger timeScale
)
Public Shared Function QTMakeTimeScaled ( _
	time As QTTime, _
	timeScale As NSInteger _
) As QTTime
public:
static QTTime QTMakeTimeScaled(
	QTTime time, 
	NSInteger timeScale
)
Parameters
time (QTTime)
MISSING
timeScale (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTKitFramework.QTMakeTimeScaled(Monobjc.QTKit.QTTime,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)