summaryrefslogtreecommitdiff
path: root/src/AS_02.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2016-12-02 18:17:25 +0000
committerjhurst <>2016-12-02 18:17:25 +0000
commit6f5cb81faa06f80b07e2d641732b2a8b692e14d8 (patch)
tree1fd4ee9f7f8b543609b3c63694e30ebf4fa7e07c /src/AS_02.h
parent65c102640dea51a709bd4c25ef6ca006edcbee71 (diff)
o The NamespaceURI property of AS-02 timed text files has been exposed in the API
and via as-02-wrap -P. This behavior replaces previous bad behavior, but puts responsibility for selecting the correct value on the operator.
Diffstat (limited to 'src/AS_02.h')
-rw-r--r--src/AS_02.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/AS_02.h b/src/AS_02.h
index e4f761f..188c5b7 100644
--- a/src/AS_02.h
+++ b/src/AS_02.h
@@ -362,10 +362,11 @@ namespace AS_02
// Opens an XML file for reading, parses data to provide a complete
// set of stream metadata for the MXFWriter below.
- Result_t OpenRead(const std::string& filename) const;
+ Result_t OpenRead(const std::string& filename, const std::string& profile_name) const;
// Parse an XML string
- Result_t OpenRead(const std::string& xml_doc, const std::string& filename) const;
+ Result_t OpenRead(const std::string& xml_doc, const std::string& filename,
+ const std::string& profile_name) const;
// Fill a TimedTextDescriptor struct with the values from the file's contents.
// Returns RESULT_INIT if the file is not open.