Skip to content

Commit

Permalink
Added MXFCompositionPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMoores authored and markreidvfx committed Apr 12, 2024
1 parent 60be50a commit 5073e4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/aaf2/mxf.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ def link(self):

return mob

@register_mxf_class
class MXFCompositionPackage(MXFPackage):
class_id = AUID("060e2b34-0253-0101-0d01-010101013500")
def create_aaf_instance(self):
return self.root.aaf.create.CompositionMob()

@register_mxf_class
class MXFMaterialPackage(MXFPackage):
class_id = AUID("060e2b34-0253-0101-0d01-010101013600")
Expand Down

0 comments on commit 5073e4d

Please sign in to comment.