From 103c20d48c22f0c604e402de41bce7336ef9b386 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Jan 2013 01:21:51 +0000 Subject: Allow changing of MXF directory / filename; un-expose ASDCP frame buffer classes in the API. --- src/asset.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/asset.h') diff --git a/src/asset.h b/src/asset.h index 3ba0a0cf..436e8b41 100644 --- a/src/asset.h +++ b/src/asset.h @@ -71,6 +71,14 @@ public: } boost::filesystem::path path () const; + + void set_directory (std::string d) { + _directory = d; + } + + void set_file_name (std::string f) { + _file_name = f; + } virtual bool equals (boost::shared_ptr other, EqualityOptions opt, std::list& notes) const = 0; -- cgit v1.2.3