diff options
| author | jelkins <jelkins@cinecert.com> | 2020-10-09 11:45:53 -0700 |
|---|---|---|
| committer | jelkins <jelkins@cinecert.com> | 2020-10-09 11:45:53 -0700 |
| commit | fa71fce41f9fe79ab27a35461d625931d21f588a (patch) | |
| tree | 209356efbe9698f548b7eea3a57671d74f834cd6 /src/MXF.h | |
| parent | 082323548f0390c9dd9d331f48aa3ed9362a30c6 (diff) | |
add new function to calculate ContainerDuration from IndexTableSegment
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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&); |
