Add frames_written().
authorCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 11:13:15 +0000 (12:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 28 Sep 2015 11:13:15 +0000 (12:13 +0100)
src/asset_writer.h

index f9022899079973a5b08cbc227f9da332943aa8d6..4266c719c5f4dfcd6aaddd0660343f9452108f30 100644 (file)
@@ -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);