diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:28:57 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-15 09:28:57 +0000 |
| commit | 39f0ae0efb3406357253d19bf7588f3832735d0b (patch) | |
| tree | c83b76d858a1b3c004cf62af9660231200b907b0 /src/picture_asset.h | |
| parent | 30b0d9153a2e69d763f0a9703575486e0d0c0393 (diff) | |
Comments.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h index e08efb1d..a11c286c 100644 --- a/src/picture_asset.h +++ b/src/picture_asset.h @@ -54,6 +54,11 @@ public: PictureAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name); /** Start a progressive write to this asset. + * The following parameters must be set up (if required) before calling this: + * Interop mode (set_interop) + * Edit rate (set_edit_rate) + * MXF Metadata (set_metadata) + * * @param overwrite true to overwrite an existing MXF file; in this mode, writing can be resumed to a partially-written MXF; false if the * MXF file does not exist. */ |
