OpenMAXBellagio 0.9.3
OMX_TIME_CONFIG_CLOCKSTATETYPE Struct Reference

#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

Detailed Description

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.


Field Documentation

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.

Referenced by omx_clocksrc_component_Constructor().

size of the structure in bytes

Definition at line 273 of file OMX_Other.h.

OMX specification version information

Definition at line 274 of file OMX_Other.h.


The documentation for this struct was generated from the following file: