diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 21:31:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 21:31:40 +0000 |
| commit | f389d903e967f44a5d6eed60df48bd5a89994bb2 (patch) | |
| tree | 4f53ee5910cad4a75f342ecf242532a52c558c29 /src/sound_asset.h | |
| parent | bfc511b3e2fae3540db2679bfb4532cf4d1e6d05 (diff) | |
Remove create-by-files method for sound and picture assets.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index d2aa1213..ce08c512 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -72,24 +72,6 @@ public: 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 (); bool equals (boost::shared_ptr<const ContentAsset> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const; @@ -115,7 +97,6 @@ public: private: std::string key_type () const; void construct (boost::function<boost::filesystem::path (Channel)> get_path); - boost::filesystem::path path_from_channel (Channel channel, std::vector<boost::filesystem::path> const & files); std::string cpl_node_name () const; /** Number of channels in the asset */ |
