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/sound_asset.h | |
| parent | 30b0d9153a2e69d763f0a9703575486e0d0c0393 (diff) | |
Comments.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 43587a9a..d2e49bd1 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -71,7 +71,23 @@ public: SoundAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name); void read (); + + /** 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) + * Channels (set_channels) + * Intrinsic duration (set_intrinsic_duration) + */ void create (std::vector<boost::filesystem::path> const & files); + + /** 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) + * Channels (set_channels) + * Intrinsic duration (set_intrinsic_duration) + */ void create (boost::function<boost::filesystem::path (Channel)> get_path); boost::shared_ptr<SoundAssetWriter> start_write (); |
