diff options
| author | jhurst <jhurst@cinecert.com> | 2005-12-21 09:16:32 +0000 |
|---|---|---|
| committer | jhurst <> | 2005-12-21 09:16:32 +0000 |
| commit | a526fabf937848823b02d5486a6ec38f8442bb1c (patch) | |
| tree | 7babb27134c92535691d2aba06a7d0b6a542152b /src/MXF.h | |
| parent | c6900386fb66832781456838804ed7e28c535d63 (diff) | |
code-generated metadata!
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
