/** OMX_CoreExt.h - OpenMax IL version 1.1.2 *TheOMX_CoreExtheaderfilecontainsextensionstothedefinitionsused *byboththeapplicationandthecomponenttoaccesscommonitems.
*/
/* Each OMX header shall include all required header files to allow the *headertocompilewithouterrors.Theincludesbelowarerequired *forthisheaderfiletocompilesuccessfully
*/ #include <OMX_Core.h>
/** Extensions to the standard IL errors. */ typedefenum OMX_ERROREXTTYPE
{
OMX_ErrorInvalidMode = (OMX_S32) (OMX_ErrorKhronosExtensions + 0x00000001),
OMX_ErrorExtMax = 0x7FFFFFFF
} OMX_ERROREXTTYPE;
/** Event type extensions. */ typedefenum OMX_EVENTEXTTYPE
{
OMX_EventIndexSettingChanged = OMX_EventKhronosExtensions, /**< component signals the IL client of a change
in a param, config, or extension */
OMX_EventExtMax = 0x7FFFFFFF
} OMX_EVENTEXTTYPE;
/** Enable or disable a callback event. */ typedefstruct OMX_CONFIG_CALLBACKREQUESTTYPE {
OMX_U32 nSize; /**< size of the structure in bytes */
OMX_VERSIONTYPE nVersion; /**< OMX specification version information */
OMX_U32 nPortIndex; /**< port that this structure applies to */
OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */
OMX_BOOL bEnable; /**< enable (OMX_TRUE) or disable (OMX_FALSE) the callback */
} OMX_CONFIG_CALLBACKREQUESTTYPE;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.