public final class CMSampleTimingInfo
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
CMSampleTimingInfo() |
|
CMSampleTimingInfo(CMTime duration,
CMTime presentationTimeStamp,
CMTime decodeTimeStamp) |
protected |
CMSampleTimingInfo(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
CMTime |
decodeTimeStamp()
< The time at which the sample will be decoded.
|
CMTime |
duration()
< The duration of the sample.
|
CMTime |
presentationTimeStamp()
< The time at which the sample will be presented.
|
void |
setDecodeTimeStamp(CMTime value)
< The time at which the sample will be decoded.
|
void |
setDuration(CMTime value)
< The duration of the sample.
|
void |
setPresentationTimeStamp(CMTime value)
< The time at which the sample will be presented.
|
public CMSampleTimingInfo()
protected CMSampleTimingInfo(org.moe.natj.general.Pointer peer)
public CMTime duration()
public void setDuration(CMTime value)
public CMTime presentationTimeStamp()
public void setPresentationTimeStamp(CMTime value)
public CMTime decodeTimeStamp()
public void setDecodeTimeStamp(CMTime value)