Package apple.coremedia.struct
Class CMTimeRange
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.coremedia.struct.CMTimeRange
-
public final class CMTimeRange extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description CMTimeRange()CMTimeRange(CMTime start, CMTime duration)protectedCMTimeRange(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMTimeduration()[@field] start The start time of the time range.voidsetDuration(CMTime value)[@field] start The start time of the time range.voidsetStart(CMTime value)CMTimestart()
-