An asset of Dolby ATMOS sound data.
More...
#include <atmos_asset.h>
|
| AtmosAsset (Fraction edit_rate, int first_frame, int max_channel_count, int max_object_count, int atmos_version) |
|
| AtmosAsset (boost::filesystem::path file) |
|
std::shared_ptr< AtmosAssetWriter > | start_write (boost::filesystem::path file) |
|
std::shared_ptr< AtmosAssetReader > | start_read () const |
|
std::string | pkl_type (Standard s) const override |
|
Fraction | edit_rate () const |
|
int64_t | intrinsic_duration () const |
|
int | first_frame () const |
|
int | max_channel_count () const |
|
int | max_object_count () const |
|
std::string | atmos_id () const |
|
int | atmos_version () const |
|
| Asset () |
|
| Asset (boost::filesystem::path file) |
|
| Asset (std::string id, boost::filesystem::path file) |
|
virtual bool | equals (std::shared_ptr< const Asset > other, EqualityOptions const &opt, NoteHandler note) const |
|
virtual void | add_to_assetmap (AssetMap &asset_map, boost::filesystem::path root) const |
|
virtual void | add_to_pkl (std::shared_ptr< PKL > pkl, boost::filesystem::path root) const |
|
boost::optional< boost::filesystem::path > | file () const |
|
void | set_file (boost::filesystem::path file) const |
|
void | set_file_preserving_hash (boost::filesystem::path file) const |
|
void | rename_file (boost::filesystem::path file) |
|
std::string | hash (boost::function< void(int64_t, int64_t)> progress={}) const |
|
void | set_hash (std::string hash) |
|
void | unset_hash () |
|
| Object () |
|
| Object (std::string id) |
|
| Object (Object const &other) |
|
Object & | operator= (Object const &other) |
|
std::string | id () const |
|
| MXF (Standard standard) |
|
bool | encrypted () const |
|
void | set_key_id (std::string i) |
|
boost::optional< std::string > | key_id () const |
|
virtual void | set_key (Key) |
|
boost::optional< Key > | key () const |
|
void | set_context_id (std::string id) |
|
std::string | context_id () const |
|
void | set_metadata (MXFMetadata m) |
|
MXFMetadata | metadata () const |
|
Standard | standard () const |
|
|
static std::string | static_pkl_type (Standard) |
|
|
Fraction | _edit_rate |
|
int64_t | _intrinsic_duration = 0 |
|
int | _first_frame = 0 |
|
int | _max_channel_count = 0 |
|
int | _max_object_count = 0 |
|
std::string | _atmos_id |
|
int | _atmos_version = 0 |
|
|
std::string | read_writer_info (ASDCP::WriterInfo const &) |
|
void | fill_writer_info (ASDCP::WriterInfo *w, std::string id) const |
|
static void | add_file_to_assetmap (AssetMap &asset_map, boost::filesystem::path root, boost::filesystem::path file, std::string id) |
|
boost::optional< boost::filesystem::path > | _file |
|
std::string | _id |
|
boost::optional< std::string > | _key_id |
|
boost::optional< Key > | _key |
|
std::string | _context_id |
|
MXFMetadata | _metadata |
|
boost::optional< Standard > | _standard |
|
An asset of Dolby ATMOS sound data.
Definition at line 58 of file atmos_asset.h.
◆ first_frame()
int dcp::AtmosAsset::first_frame |
( |
| ) |
const |
|
inline |
- Returns
- frame number of the frame to align with the FFOA of the picture track
Definition at line 81 of file atmos_asset.h.
◆ max_channel_count()
int dcp::AtmosAsset::max_channel_count |
( |
| ) |
const |
|
inline |
- Returns
- maximum number of channels in bitstream
Definition at line 86 of file atmos_asset.h.
◆ max_object_count()
int dcp::AtmosAsset::max_object_count |
( |
| ) |
const |
|
inline |
- Returns
- maximum number of objects in bitstream
Definition at line 91 of file atmos_asset.h.
◆ pkl_type()
std::string dcp::AtmosAsset::pkl_type |
( |
Standard |
standard | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: