|
OpenMAXBellagio 0.9.3
|
#include <OMX_Other.h>
Data Fields | |
| OMX_U32 | nSize |
| OMX_VERSIONTYPE | nVersion |
| OMX_S32 | xScale |
Structure representing the current media time scale factor. Applicable only to clock component, other components see scale changes via OMX_TIME_MEDIATIMETYPE buffers sent via the clock component client ports. Upon recieving this config the clock component changes the rate by which the media time increases or decreases effectively implementing trick modes.
Definition at line 243 of file OMX_Other.h.
size of the structure in bytes
Definition at line 244 of file OMX_Other.h.
OMX specification version information
Definition at line 245 of file OMX_Other.h.
This is a value in Q16 format which is used for scaling the media time
Definition at line 246 of file OMX_Other.h.
Referenced by omx_clocksrc_component_Constructor(), and omx_clocksrc_component_SetConfig().