I am working on a media-exchange software to work with avid mediacomposer. as i analyzed the aaf files generated with mc, i discovered that mc stores lot of important data in the "UserComments" and "MobAttributeList" as an array of tagged Values.
I have found out how to read out those tagged values, but i have no clue how to create and set those values for a Mob or MasterMob via the COM Interface.
Any help welcome ;-)
Last edit: Uli Esser 2013-05-17
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have finally made it. The solution is to register a new PropertyDef with a
kAAFTypeID_TaggedValueStrongReferenceVector Type and then add a variable Array with References to the tagged values...
so everything works now, but after all i know AAF and i will never be friends ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working on a media-exchange software to work with avid mediacomposer. as i analyzed the aaf files generated with mc, i discovered that mc stores lot of important data in the "UserComments" and "MobAttributeList" as an array of tagged Values.
I have found out how to read out those tagged values, but i have no clue how to create and set those values for a Mob or MasterMob via the COM Interface.
Any help welcome ;-)
Last edit: Uli Esser 2013-05-17
I have finally made it. The solution is to register a new PropertyDef with a
kAAFTypeID_TaggedValueStrongReferenceVector Type and then add a variable Array with References to the tagged values...
so everything works now, but after all i know AAF and i will never be friends ;-)
HI
I'm facing the same issue. I've registered the new propertydef but I don't know how to add it to
ImportMob.
Please can you help ?