Joined: Tue Aug 14, 2007 2:57 pm Posts: 23 Location: Firenze
Posted: Thu Nov 29, 2007 11:36 am
I have a descriptor readed in this way:
if(package->IsA(mxflib::SourcePackage_UL))
{
descriptor=package->Child(mxflib::Descriptor_UL);
if(descriptor)
{
descriptor=descriptor->GetLink();
}
}
Now for each essence track in the package i need to understand if it contain an internal essence or it has a locator that show where the external essence is.
-I think that i need first to read the multiple descriptor and associate each subdescriptor to its track.
-After this i need to understand if this sub-descriptor has a locator or not.
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum