⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wxmpmeta.hpp

📁 flash xmp sdk,flash官方SDK
💻 HPP
📖 第 1 页 / 共 2 页
字号:
WXMPMeta_GetStructField_1 ( XMPMetaRef       xmpRef,                            XMP_StringPtr    schemaNS,                            XMP_StringPtr    structName,                            XMP_StringPtr    fieldNS,                            XMP_StringPtr    fieldName,                            XMP_StringPtr *  fieldValue,                            XMP_StringLen *  valueSize,                            XMP_OptionBits * options,                            WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_GetQualifier_1 ( XMPMetaRef       xmpRef,                          XMP_StringPtr    schemaNS,                          XMP_StringPtr    propName,                          XMP_StringPtr    qualNS,                          XMP_StringPtr    qualName,                          XMP_StringPtr *  qualValue,                          XMP_StringLen *  valueSize,                          XMP_OptionBits * options,                          WXMP_Result *    wResult ) /* const */ ;// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_SetProperty_1 ( XMPMetaRef     xmpRef,                         XMP_StringPtr  schemaNS,                         XMP_StringPtr  propName,                         XMP_StringPtr  propValue,                         XMP_OptionBits options,                         WXMP_Result *  wResult );extern voidWXMPMeta_SetArrayItem_1 ( XMPMetaRef     xmpRef,                          XMP_StringPtr  schemaNS,                          XMP_StringPtr  arrayName,                          XMP_Index      itemIndex,                          XMP_StringPtr  itemValue,                          XMP_OptionBits options,                          WXMP_Result *  wResult );extern voidWXMPMeta_AppendArrayItem_1 ( XMPMetaRef     xmpRef,                             XMP_StringPtr  schemaNS,                             XMP_StringPtr  arrayName,                             XMP_OptionBits arrayOptions,                             XMP_StringPtr  itemValue,                             XMP_OptionBits options,                             WXMP_Result *  wResult );extern voidWXMPMeta_SetStructField_1 ( XMPMetaRef     xmpRef,                            XMP_StringPtr  schemaNS,                            XMP_StringPtr  structName,                            XMP_StringPtr  fieldNS,                            XMP_StringPtr  fieldName,                            XMP_StringPtr  fieldValue,                            XMP_OptionBits options,                            WXMP_Result *  wResult );extern voidWXMPMeta_SetQualifier_1 ( XMPMetaRef     xmpRef,                          XMP_StringPtr  schemaNS,                          XMP_StringPtr  propName,                          XMP_StringPtr  qualNS,                          XMP_StringPtr  qualName,                          XMP_StringPtr  qualValue,                          XMP_OptionBits options,                          WXMP_Result *  wResult );// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_DeleteProperty_1 ( XMPMetaRef    xmpRef,                            XMP_StringPtr schemaNS,                            XMP_StringPtr propName,                            WXMP_Result * wResult );extern voidWXMPMeta_DeleteArrayItem_1 ( XMPMetaRef    xmpRef,                             XMP_StringPtr schemaNS,                             XMP_StringPtr arrayName,                             XMP_Index     itemIndex,                             WXMP_Result * wResult );extern voidWXMPMeta_DeleteStructField_1 ( XMPMetaRef    xmpRef,                               XMP_StringPtr schemaNS,                               XMP_StringPtr structName,                               XMP_StringPtr fieldNS,                               XMP_StringPtr fieldName,                               WXMP_Result * wResult );extern voidWXMPMeta_DeleteQualifier_1 ( XMPMetaRef    xmpRef,                             XMP_StringPtr schemaNS,                             XMP_StringPtr propName,                             XMP_StringPtr qualNS,                             XMP_StringPtr qualName,                             WXMP_Result * wResult );// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_DoesPropertyExist_1 ( XMPMetaRef    xmpRef,                               XMP_StringPtr schemaNS,                               XMP_StringPtr propName,                               WXMP_Result * wResult ) /* const */ ;extern voidWXMPMeta_DoesArrayItemExist_1 ( XMPMetaRef    xmpRef,                                XMP_StringPtr schemaNS,                                XMP_StringPtr arrayName,                                XMP_Index     itemIndex,                                WXMP_Result * wResult ) /* const */ ;extern voidWXMPMeta_DoesStructFieldExist_1 ( XMPMetaRef    xmpRef,                                  XMP_StringPtr schemaNS,                                  XMP_StringPtr structName,                                  XMP_StringPtr fieldNS,                                  XMP_StringPtr fieldName,                                  WXMP_Result * wResult ) /* const */ ;extern voidWXMPMeta_DoesQualifierExist_1 ( XMPMetaRef    xmpRef,                                XMP_StringPtr schemaNS,                                XMP_StringPtr propName,                                XMP_StringPtr qualNS,                                XMP_StringPtr qualName,                                WXMP_Result * wResult ) /* const */ ;// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_GetLocalizedText_1 ( XMPMetaRef       xmpRef,                              XMP_StringPtr    schemaNS,                              XMP_StringPtr    altTextName,                              XMP_StringPtr    genericLang,                              XMP_StringPtr    specificLang,                              XMP_StringPtr *  actualLang,                              XMP_StringLen *  langSize,                              XMP_StringPtr *  itemValue,                              XMP_StringLen *  valueSize,                              XMP_OptionBits * options,                              WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_SetLocalizedText_1 ( XMPMetaRef     xmpRef,                              XMP_StringPtr  schemaNS,                              XMP_StringPtr  altTextName,                              XMP_StringPtr  genericLang,                              XMP_StringPtr  specificLang,                              XMP_StringPtr  itemValue,                              XMP_OptionBits options,                              WXMP_Result *  wResult );// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_GetProperty_Bool_1 ( XMPMetaRef       xmpRef,                              XMP_StringPtr    schemaNS,                              XMP_StringPtr    propName,                              XMP_Bool *       propValue,                              XMP_OptionBits * options,                              WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_GetProperty_Int_1 ( XMPMetaRef       xmpRef,                             XMP_StringPtr    schemaNS,                             XMP_StringPtr    propName,                             XMP_Int32 *      propValue,                             XMP_OptionBits * options,                             WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_GetProperty_Int64_1 ( XMPMetaRef       xmpRef,                               XMP_StringPtr    schemaNS,                               XMP_StringPtr    propName,                               XMP_Int64 *      propValue,                               XMP_OptionBits * options,                               WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_GetProperty_Float_1 ( XMPMetaRef       xmpRef,                               XMP_StringPtr    schemaNS,                               XMP_StringPtr    propName,                               double *         propValue,                               XMP_OptionBits * options,                               WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_GetProperty_Date_1 ( XMPMetaRef       xmpRef,                              XMP_StringPtr    schemaNS,                              XMP_StringPtr    propName,                              XMP_DateTime *   propValue,                              XMP_OptionBits * options,                              WXMP_Result *    wResult ) /* const */ ;extern voidWXMPMeta_SetProperty_Bool_1 ( XMPMetaRef     xmpRef,                              XMP_StringPtr  schemaNS,                              XMP_StringPtr  propName,                              XMP_Bool       propValue,                              XMP_OptionBits options,                              WXMP_Result *  wResult );extern voidWXMPMeta_SetProperty_Int_1 ( XMPMetaRef     xmpRef,                             XMP_StringPtr  schemaNS,                             XMP_StringPtr  propName,                             XMP_Int32      propValue,                             XMP_OptionBits options,                             WXMP_Result *  wResult );extern voidWXMPMeta_SetProperty_Int64_1 ( XMPMetaRef     xmpRef,                               XMP_StringPtr  schemaNS,                               XMP_StringPtr  propName,                               XMP_Int64      propValue,                               XMP_OptionBits options,                               WXMP_Result *  wResult );extern voidWXMPMeta_SetProperty_Float_1 ( XMPMetaRef     xmpRef,                               XMP_StringPtr  schemaNS,                               XMP_StringPtr  propName,                               double         propValue,                               XMP_OptionBits options,                               WXMP_Result *  wResult );extern voidWXMPMeta_SetProperty_Date_1 ( XMPMetaRef           xmpRef,                              XMP_StringPtr        schemaNS,                              XMP_StringPtr        propName,                              const XMP_DateTime & propValue,                              XMP_OptionBits       options,                              WXMP_Result *        wResult );// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_GetObjectName_1 ( XMPMetaRef      xmpRef,                           XMP_StringPtr * namePtr,                           XMP_StringLen * nameLen,                           WXMP_Result *   wResult ) /* const */ ;extern voidWXMPMeta_SetObjectName_1 ( XMPMetaRef    xmpRef,                           XMP_StringPtr name,                           WXMP_Result * wResult );extern voidWXMPMeta_GetObjectOptions_1 ( XMPMetaRef    xmpRef,                              WXMP_Result * wResult ) /* const */ ;extern voidWXMPMeta_SetObjectOptions_1 ( XMPMetaRef     xmpRef,                              XMP_OptionBits options,                              WXMP_Result *  wResult );extern voidWXMPMeta_Clone_1 ( XMPMetaRef     xmpRef,                   XMP_OptionBits options,                   WXMP_Result *  wResult ) /* const */ ;extern voidWXMPMeta_CountArrayItems_1 ( XMPMetaRef    xmpRef,                             XMP_StringPtr schemaNS,                             XMP_StringPtr arrayName,                             WXMP_Result * wResult ) /* const */ ;extern voidWXMPMeta_DumpObject_1 ( XMPMetaRef         xmpRef,                        XMP_TextOutputProc outProc,                        void *             refCon,                        WXMP_Result *      wResult ) /* const */ ;// -------------------------------------------------------------------------------------------------extern voidWXMPMeta_ParseFromBuffer_1 ( XMPMetaRef     xmpRef,                             XMP_StringPtr  buffer,                             XMP_StringLen  bufferSize,                             XMP_OptionBits options,                             WXMP_Result *  wResult );extern voidWXMPMeta_SerializeToBuffer_1 ( XMPMetaRef      xmpRef,                               XMP_StringPtr * pktString,                               XMP_StringLen * pktSize,                               XMP_OptionBits  options,                               XMP_StringLen   padding,                               XMP_StringPtr   newline,                               XMP_StringPtr   indent,                               XMP_Index       baseIndent,                               WXMP_Result *   wResult ) /* const */ ;// =================================================================================================#if __cplusplus} /* extern "C" */#endif#endif  // __WXMPMeta_hpp__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -