OpenMAXBellagio
0.9.3
|
#include <OMX_Other.h>
Data Fields | |
OMX_U32 | nSize |
OMX_VERSIONTYPE | nVersion |
OMX_TIME_CLOCKSTATE | eState |
OMX_TICKS | nStartTime |
OMX_TICKS | nOffset |
OMX_U32 | nWaitMask |
Structure representing the current mode of the media clock. IL Client uses this config to change or query the mode of the media clock of the clock component. Applicable only to clock component.
On a SetConfig if eState is OMX_TIME_ClockStateRunning media time starts immediately at the prescribed start time. If OMX_TIME_ClockStateWaitingForStartTime the Clock Component ignores the given nStartTime and waits for all clients specified in the nWaitMask to send starttimes (via OMX_IndexConfigTimeClientStartTime). The Clock Component then starts the media clock using the earliest start time supplied.
Definition at line 272 of file OMX_Other.h.
OMX_TIME_CLOCKSTATE OMX_TIME_CONFIG_CLOCKSTATETYPE::eState |
State of the media time.
Definition at line 276 of file OMX_Other.h.
OMX_TICKS OMX_TIME_CONFIG_CLOCKSTATETYPE::nOffset |
Time to offset the media time by (e.g. preroll). Media time will be reported to be nOffset ticks earlier.
Definition at line 278 of file OMX_Other.h.
OMX_U32 OMX_TIME_CONFIG_CLOCKSTATETYPE::nSize |
size of the structure in bytes
Definition at line 273 of file OMX_Other.h.
OMX_TICKS OMX_TIME_CONFIG_CLOCKSTATETYPE::nStartTime |
Start time of the media time.
Definition at line 277 of file OMX_Other.h.
OMX_VERSIONTYPE OMX_TIME_CONFIG_CLOCKSTATETYPE::nVersion |
OMX specification version information
Definition at line 274 of file OMX_Other.h.
OMX_U32 OMX_TIME_CONFIG_CLOCKSTATETYPE::nWaitMask |
Mask of OMX_CLOCKPORT values.
Definition at line 282 of file OMX_Other.h.