summaryrefslogtreecommitdiff
path: root/src/MXF.h
diff options
context:
space:
mode:
authorjelkins <jelkins@cinecert.com>2020-10-09 11:45:53 -0700
committerjelkins <jelkins@cinecert.com>2020-10-09 11:45:53 -0700
commitfa71fce41f9fe79ab27a35461d625931d21f588a (patch)
tree209356efbe9698f548b7eea3a57671d74f834cd6 /src/MXF.h
parent082323548f0390c9dd9d331f48aa3ed9362a30c6 (diff)
add new function to calculate ContainerDuration from IndexTableSegment
Diffstat (limited to 'src/MXF.h')
-rwxr-xr-xsrc/MXF.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MXF.h b/src/MXF.h
index d6e201a..ee0be96 100755
--- a/src/MXF.h
+++ b/src/MXF.h
@@ -486,6 +486,7 @@ namespace ASDCP
virtual Result_t GetMDObjectByType(const byte_t*, InterchangeObject** = 0);
virtual Result_t GetMDObjectsByType(const byte_t* ObjectID, std::list<InterchangeObject*>& ObjectList);
+ virtual ui64_t ContainerDuration() const;
virtual Result_t Lookup(ui32_t frame_num, IndexTableSegment::IndexEntry&) const;
virtual void PushIndexEntry(const IndexTableSegment::IndexEntry&);
virtual void SetDeltaParams(const IndexTableSegment::DeltaEntry&);