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 262 of file OMX_Other.h.


Field Documentation

size of the structure in bytes

Definition at line 263 of file OMX_Other.h.

OMX specification version information

Definition at line 264 of file OMX_Other.h.

State of the media time.

Definition at line 266 of file OMX_Other.h.

Start time of the media time.

Definition at line 267 of file OMX_Other.h.

Time to offset the media time by (e.g. preroll). Media time will be reported to be nOffset ticks earlier.

Definition at line 268 of file OMX_Other.h.

Mask of OMX_CLOCKPORT values.

Definition at line 272 of file OMX_Other.h.


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

Generated for OpenMAX Bellagio rel. 0.3.5-svn by  doxygen 1.5.1
SourceForge.net Logo