diff options
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -151,12 +151,13 @@ public: void set_annotation_text(std::string annotation_text); /** Write all the XML files for this DCP. - * @param standand INTEROP or SMPTE * @param signer Signer to use + * @param include_mca_subdescriptors true to write MCA subdescriptors to CPLs. * @param name_format Name format to use for the CPL and PKL filenames */ - void write_xml ( + void write_xml( std::shared_ptr<const CertificateChain> signer = std::shared_ptr<const CertificateChain>(), + bool include_mca_subdescriptors = false, NameFormat name_format = NameFormat("%t") ); |
