diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-28 12:13:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-28 12:13:15 +0100 |
| commit | 57a68aced4450e2f7e0259ffa1ddb171834cc8c9 (patch) | |
| tree | dcf7059e255e7e9ff85184b69b487b88ba18e8c3 /src | |
| parent | 14848004f619d11bd6810735637d428f101e6b51 (diff) | |
Add frames_written().
Diffstat (limited to 'src')
| -rw-r--r-- | src/asset_writer.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
