From 57a68aced4450e2f7e0259ffa1ddb171834cc8c9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 28 Sep 2015 12:13:15 +0100 Subject: Add frames_written(). --- src/asset_writer.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/asset_writer.h b/src/asset_writer.h index f9022899..4266c719 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -46,6 +46,10 @@ public: virtual ~AssetWriter (); virtual bool finalize (); + int64_t frames_written () const { + return _frames_written; + } + protected: AssetWriter (MXF* mxf, boost::filesystem::path file); -- cgit v1.2.3