Package org.robovm.apple.corevideo
Class CVTime
public class CVTime extends Struct<CVTime>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVTime.CVTimePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CVTime()CVTime(long timeValue, int timeScale, CVTimeFlags flags) -
Method Summary
Modifier and Type Method Description CVTimeFlagsgetFlags()intgetTimeScale()longgetTimeValue()static CVTimeIndefinite()CVTimesetFlags(CVTimeFlags flags)CVTimesetTimeScale(int timeScale)CVTimesetTimeValue(long timeValue)static CVTimeZero()Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CVTime
public CVTime() -
CVTime
-
-
Method Details
-
getTimeValue
public long getTimeValue() -
setTimeValue
-
getTimeScale
public int getTimeScale() -
setTimeScale
-
getFlags
-
setFlags
-
Zero
-
Indefinite
-