Closed jwsinner closed 11 months ago
Hi @jwsinner ,
This sample https://github.com/adobe/XMP-Toolkit-SDK/blob/e0955b272ab6035b2921fa2c649aca5ecfe5ab81/samples/source/CustomSchema.cpp might be useful to you. Please let me know if this resolves your query or you have any additional questions.
I've searched the repo and couldn't seem to find a straightforward answer to this.
According to IPTC specifications,
ArtworkOrObject
is a bag ofArtworkOrObjectDetails
structs. Some of those details e.g.AOContentDescription
orAOCreator
are arrays of information within theArtworkOrObjectDetails
struct. What is the best way to go about setting the value of a struct field to aBag
orAltLang
or inserting array items into the value portion of a struct field?