libdcp
|
CPL class. More...
#include "certificate_chain.h"
#include "compose.hpp"
#include "cpl.h"
#include "dcp_assert.h"
#include "local_time.h"
#include "metadata.h"
#include "raw_convert.h"
#include "reel.h"
#include "reel_atmos_asset.h"
#include "reel_closed_caption_asset.h"
#include "reel_picture_asset.h"
#include "reel_sound_asset.h"
#include "reel_subtitle_asset.h"
#include "util.h"
#include "warnings.h"
#include "xml.h"
#include <asdcp/Metadata.h>
#include <libxml/parser.h>
#include <libxml++/libxml++.h>
#include <boost/algorithm/string.hpp>
Go to the source code of this file.
Functions | |
template<class T > | |
void | add_file_assets (vector< shared_ptr< T >> &assets, vector< shared_ptr< Reel >> reels) |
Variables | |
static string const | cpl_interop_ns = "http://www.digicine.com/PROTO-ASDCP-CPL-20040511#" |
static string const | cpl_smpte_ns = "http://www.smpte-ra.org/schemas/429-7/2006/CPL" |
static string const | cpl_metadata_ns = "http://www.smpte-ra.org/schemas/429-16/2014/CPL-Metadata" |
static string const | mca_sub_descriptors_ns = "http://isdcf.com/ns/cplmd/mca" |
static string const | smpte_395_ns = "http://www.smpte-ra.org/reg/395/2014/13/1/aaf" |
static string const | smpte_335_ns = "http://www.smpte-ra.org/reg/335/2012" |
CPL class.
Definition in file cpl.cc.