Merge pull request #20 from cinecert/htj2c
[asdcplib.git] / src / AS_02.h
index c2c51799b86b2e434973a1d41012641241d1f425..502a23663c9df847b3fcc3f4b85a5d75b39d2fe3 100644 (file)
@@ -520,7 +520,7 @@ namespace AS_02
       // the operation cannot be completed or if nonsensical data is discovered
       // in the essence descriptor.
       Result_t OpenWrite(const std::string& filename, const ASDCP::WriterInfo&,
-                        const ASDCP::UL& data_essence_coding,
+                        const std::string& isxd_document_namespace,
                         const ASDCP::Rational& edit_rate, const ui32_t& header_size = 16384,
                         const IndexStrategy_t& strategy = IS_FOLLOW, const ui32_t& partition_space = 10);
 
@@ -561,11 +561,6 @@ namespace AS_02
       // operation cannot be completed.
       Result_t OpenRead(const std::string& filename) const;
 
-      // Open the file for reading. The file must exist. Returns error if the
-      // operation cannot be completed. If global metadata is available it will
-      // be placed into the buffer object passed as the second argument.
-      Result_t OpenRead(const std::string& filename, ASDCP::FrameBuffer& global_metadata) const;
-
       // Returns RESULT_INIT if the file is not open.
       Result_t Close() const;