summaryrefslogtreecommitdiff
path: root/src/AS_02.h
diff options
context:
space:
mode:
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.