public final class CMTime
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CMTime() |
|
CMTime(long value,
int timescale,
int flags,
long epoch) |
protected |
CMTime(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
epoch()
< Differentiates between equal timestamps that are actually different because
of looping, multi-item sequencing, etc.
|
int |
flags()
< The flags, eg.
|
void |
setEpoch(long value)
< Differentiates between equal timestamps that are actually different because
of looping, multi-item sequencing, etc.
|
void |
setFlags(int value)
< The flags, eg.
|
void |
setTimescale(int value)
< The timescale of the CMTime.
|
void |
setValue(long value)
< The value of the CMTime.
|
int |
timescale()
< The timescale of the CMTime.
|
long |
value()
< The value of the CMTime.
|
public CMTime()
protected CMTime(org.moe.natj.general.Pointer peer)
public CMTime(long value,
int timescale,
int flags,
long epoch)
public long value()
public void setValue(long value)
public int timescale()
public void setTimescale(int value)
public int flags()
public void setFlags(int value)
public long epoch()
public void setEpoch(long value)