*参照元 [#cc17fd06]
#backlinks

*説明 [#m647157e]
-パス: [[omx_il_v1_1_2_headers/OMX_Types.h]]


-FIXME: これは何?
--説明


**参考 [#we66c92e]


*実装 [#a4cac762]
 /** The OMX_VERSIONTYPE union is used to specify the version for
     a structure or component.  For a component, the version is entirely
     specified by the component vendor.  Components doing the same function
     from different vendors may or may not have the same version.  For 
     structures, the version shall be set by the entity that allocates the
     structure.  For structures specified in the OMX 1.1 specification, the
     value of the version shall be set to 1.1.0.0 in all cases.  Access to the
     OMX_VERSIONTYPE can be by a single 32 bit access (e.g. by nVersion) or
     by accessing one of the structure elements to, for example, check only
     the Major revision.
  */
 typedef union OMX_VERSIONTYPE
 {
     struct
     {
         OMX_U8 nVersionMajor;   /**< Major version accessor element */
         OMX_U8 nVersionMinor;   /**< Minor version accessor element */
         OMX_U8 nRevision;       /**< Revision version accessor element */
         OMX_U8 nStep;           /**< Step version accessor element */
-
--[[omx_il_v1_1_2_headers/OMX_U8]]

     } s;
     OMX_U32 nVersion;           /**< 32 bit value to make accessing the
                                     version easily done in a single word
                                     size copy/compare operation */
-
--[[omx_il_v1_1_2_headers/OMX_U32]]

 } OMX_VERSIONTYPE;


*コメント [#p1a0069e]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS