#include <asset_list.h>
|
| AssetList (Standard standard, boost::optional< std::string > annotation_text, std::string issue_date, std::string issuer, std::string creator) |
|
dcp::Standard | standard () const |
|
void | set_annotation_text (std::string annotation_text) |
|
void | set_issue_date (std::string issue_date) |
|
void | set_issuer (std::string issuer) |
|
void | set_creator (std::string creator) |
|
boost::optional< std::string > | annotation_text () const |
|
|
dcp::Standard | _standard = dcp::Standard::SMPTE |
|
boost::optional< std::string > | _annotation_text |
|
std::string | _issue_date |
|
std::string | _issuer |
|
std::string | _creator |
|
Class to extract some boilerplate from AssetMap and PKL
Definition at line 46 of file asset_list.h.
The documentation for this class was generated from the following file: