diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-09 11:59:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 66f5e0b713f4ae4066e92ff741d5d71f827a1c37 (patch) | |
| tree | 2c2384890690a3071e7e91b665f6c1f3beb08cc2 /test/test.h | |
| parent | ae6ba1b6e48e28292f76ea35121d99ac6cb1555b (diff) | |
Extract simple_sound() method.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 2a064f96..4fc88424 100644 --- a/test/test.h +++ b/test/test.h @@ -34,6 +34,7 @@ namespace xmlpp { namespace dcp { class DCP; class MonoPictureAsset; + class SoundAsset; } extern boost::filesystem::path private_test; @@ -43,6 +44,7 @@ extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std: extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore, bool ignore_whitespace = false); extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); extern std::shared_ptr<dcp::MonoPictureAsset> simple_picture (boost::filesystem::path path, std::string suffix); +extern std::shared_ptr<dcp::SoundAsset> simple_sound (boost::filesystem::path path, std::string suffix, dcp::MXFMetadata mxf_meta); extern std::shared_ptr<dcp::DCP> make_simple (boost::filesystem::path path, int reels = 1); extern std::shared_ptr<dcp::DCP> make_simple_with_interop_subs (boost::filesystem::path path); extern std::shared_ptr<dcp::DCP> make_simple_with_smpte_subs (boost::filesystem::path path); |
