Package apple.coremedia.struct
Class CMTime
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coremedia.struct.CMTime
-
public final class CMTime extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longepoch()[@field] flags The flags, eg. kCMTimeFlags_Valid, kCMTimeFlags_PositiveInfinity, etc.intflags()[@field] timescale The timescale of the CMTime. value/timescale = seconds.voidsetEpoch(long value)[@field] flags The flags, eg. kCMTimeFlags_Valid, kCMTimeFlags_PositiveInfinity, etc.voidsetFlags(int value)[@field] timescale The timescale of the CMTime. value/timescale = seconds.voidsetTimescale(int value)[@field] value The value of the CMTime. value/timescale = seconds.voidsetValue(long value)inttimescale()[@field] value The value of the CMTime. value/timescale = seconds.longvalue()
-
-
-
Method Detail
-
value
public long value()
-
setValue
public void setValue(long value)
-
timescale
public int timescale()
[@field] value The value of the CMTime. value/timescale = seconds.
-
setTimescale
public void setTimescale(int value)
[@field] value The value of the CMTime. value/timescale = seconds.
-
flags
public int flags()
[@field] timescale The timescale of the CMTime. value/timescale = seconds.
-
setFlags
public void setFlags(int value)
[@field] timescale The timescale of the CMTime. value/timescale = seconds.
-
epoch
public long epoch()
[@field] flags The flags, eg. kCMTimeFlags_Valid, kCMTimeFlags_PositiveInfinity, etc.
-
setEpoch
public void setEpoch(long value)
[@field] flags The flags, eg. kCMTimeFlags_Valid, kCMTimeFlags_PositiveInfinity, etc.
-
-