diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-18 08:17:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-18 08:17:55 +0100 |
| commit | e436b324ed19b91008fdb56262f99f6d0269cabe (patch) | |
| tree | 1e6acf299930ddeeccdfa447d4fc7b2f52f5720d /src/picture_asset.h | |
| parent | 1bb067620edd3fb0db37894975f3a19d595697db (diff) | |
Allow progressive writes to be encrypted.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index 2af1f69a..7fcc2efb 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -166,7 +166,7 @@ public: * @param fps Video frames per second. * @param size Size in pixels that the picture frames will be. */ - MonoPictureAsset (std::string directory, std::string mxf_name, int fps, Size size); + MonoPictureAsset (std::string directory, std::string mxf_name, int fps, Size size, bool encrypted); /** Start a progressive write to a MonoPictureAsset */ boost::shared_ptr<PictureAssetWriter> start_write (bool, bool, MXFMetadata const & metadata = MXFMetadata ()); @@ -195,7 +195,7 @@ public: * @param fps Video frames per second. * @param size Size in pixels that the picture frames will be. */ - StereoPictureAsset (std::string directory, std::string mxf_name, int fps, Size size); + StereoPictureAsset (std::string directory, std::string mxf_name, int fps, Size size, bool encrypted); /** Start a progressive write to a StereoPictureAsset */ boost::shared_ptr<PictureAssetWriter> start_write (bool, bool, MXFMetadata const & metadata = MXFMetadata ()); |
