OpenMAX Bellagio
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.
OMX_U32 OMX_TIME_CONFIG_SCALETYPE::nSize |
size of the structure in bytes
Definition at line 244 of file OMX_Other.h.
OMX_VERSIONTYPE OMX_TIME_CONFIG_SCALETYPE::nVersion |
OMX specification version information
Definition at line 245 of file OMX_Other.h.
OMX_S32 OMX_TIME_CONFIG_SCALETYPE::xScale |
This is a value in Q16 format which is used for scaling the media time
Definition at line 246 of file OMX_Other.h.