diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-09 17:05:52 +0100 |
| commit | f853cbd6d1ca683a3403202357b02041626abd84 (patch) | |
| tree | 60229da5257491ef7509da1913628e691740b3d7 /src/reel_asset.h | |
| parent | 205fd96fc2592d5b50c91871fe0f2bd9d79783c5 (diff) | |
Allow construction of empty PictureFrames; some accessors.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h index e6e0fff5..d2ea56bf 100644 --- a/src/reel_asset.h +++ b/src/reel_asset.h @@ -74,6 +74,10 @@ public: return !_key_id.empty (); } + int64_t entry_point () const { + return _entry_point; + } + int64_t duration () const { return _duration; } |
