public final class CMTimeRange
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CMTimeRange() |
|
CMTimeRange(CMTime start,
CMTime duration) |
protected |
CMTimeRange(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
CMTime |
duration()
< The duration of the time range.
|
void |
setDuration(CMTime value)
< The duration of the time range.
|
void |
setStart(CMTime value)
< The start time of the time range.
|
CMTime |
start()
< The start time of the time range.
|
public CMTimeRange()
protected CMTimeRange(org.moe.natj.general.Pointer peer)
public CMTime start()
public void setStart(CMTime value)
public CMTime duration()
public void setDuration(CMTime value)