diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-01-31 18:21:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-01-31 18:21:48 +0100 |
| commit | ebcc22dc9db55f762f35b9c408163df847ba804f (patch) | |
| tree | b5aa1bc2a3b77097e0eb506f844bf2ac1fb6852c /src/reel_sound_asset.h | |
| parent | db15020d516c2d2ea36c10261a22a7da9c4a60ed (diff) | |
Add some new constructors.
Diffstat (limited to 'src/reel_sound_asset.h')
| -rw-r--r-- | src/reel_sound_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_sound_asset.h b/src/reel_sound_asset.h index ac157bdb..c7175a59 100644 --- a/src/reel_sound_asset.h +++ b/src/reel_sound_asset.h @@ -52,6 +52,7 @@ namespace dcp { class ReelSoundAsset : public ReelFileAsset { public: + ReelSoundAsset(std::string id, dcp::Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point, boost::optional<std::string> hash, boost::optional<std::string> key_id); ReelSoundAsset (std::shared_ptr<dcp::SoundAsset> content, int64_t entry_point); explicit ReelSoundAsset (std::shared_ptr<const cxml::Node>); |
