OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE Struct Reference

#include <OMX_Other.h>


Data Fields

OMX_U32 nSize
OMX_VERSIONTYPE nVersion
OMX_U32 nPortIndex
OMX_PTR pClientPrivate
OMX_TICKS nMediaTimestamp
OMX_TICKS nOffset


Detailed Description

Structure representing a media time request to the clock component.

A client component sends this structure to the Clock Component via a SetConfig on its client port to specify a media timestamp the Clock Component should emit. The Clock Component should fulfill the request by sending a OMX_TIME_MEDIATIMETYPE when its media clock matches the requested timestamp.

The client may require a media time request be fulfilled slightly earlier than the media time specified. In this case the client specifies an offset which is equal to the difference between wall time corresponding to the requested media time and the wall time when it will be fulfilled.

A client component may uses these requests and the OMX_TIME_MEDIATIMETYPE to time events according to timestamps. If a client must perform an operation O at a time T (e.g. deliver a video frame at its corresponding timestamp), it makes a media time request at T (perhaps specifying an offset to ensure the request fulfillment is a little early). When the clock component passes the resulting OMX_TIME_MEDIATIMETYPE structure back to the client component, the client may perform operation O (perhaps having to wait a slight amount more time itself as specified by the return values).

Definition at line 165 of file OMX_Other.h.


Field Documentation

size of the structure in bytes

Definition at line 166 of file OMX_Other.h.

OMX specification version information

Definition at line 167 of file OMX_Other.h.

port that this structure applies to

Definition at line 168 of file OMX_Other.h.

Client private data to disabiguate this media time from others (e.g. the number of the frame to deliver). Duplicated in the media time structure that fulfills this request. A value of zero is reserved for time scale updates.

Definition at line 169 of file OMX_Other.h.

Media timestamp requested.

Definition at line 174 of file OMX_Other.h.

Amount of wall clock time by which this request should be fulfilled early

Definition at line 175 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