summaryrefslogtreecommitdiff
path: root/src/MXF.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2005-12-21 09:16:32 +0000
committerjhurst <>2005-12-21 09:16:32 +0000
commita526fabf937848823b02d5486a6ec38f8442bb1c (patch)
tree7babb27134c92535691d2aba06a7d0b6a542152b /src/MXF.h
parentc6900386fb66832781456838804ed7e28c535d63 (diff)
code-generated metadata!
Diffstat (limited to 'src/MXF.h')
-rwxr-xr-xsrc/MXF.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MXF.h b/src/MXF.h
index caaecae..076e999 100755
--- a/src/MXF.h
+++ b/src/MXF.h
@@ -185,9 +185,11 @@ namespace ASDCP
public:
IPrimerLookup* m_Lookup;
UID InstanceUID;
+ UUID GenerationUID;
InterchangeObject() : m_Lookup(0) {}
virtual ~InterchangeObject() {}
+ virtual Result_t InitFromTLVSet(TLVReader& TLVSet);
virtual Result_t WriteToBuffer(ASDCP::FrameBuffer&);
virtual bool IsA(const byte_t* label);