#include <memory>
#include <string>
#include <vector>
#include "metadata_set.hpp"
#include "mp4_atoms.hpp"
Go to the source code of this file.
◆ build_ilst()
| std::unique_ptr< Atom > build_ilst |
( |
std::vector< std::unique_ptr< Atom > > |
items | ) |
|
◆ build_ilst_item()
| std::unique_ptr< Atom > build_ilst_item |
( |
const std::string & |
fourcc, |
|
|
const std::vector< uint8_t > & |
data, |
|
|
uint32_t |
data_type = 1 |
|
) |
| |
◆ build_meta()
| std::unique_ptr< Atom > build_meta |
( |
std::unique_ptr< Atom > |
ilst | ) |
|
◆ build_meta_atom()
◆ build_meta_atom_from_ilst()
| std::unique_ptr< Atom > build_meta_atom_from_ilst |
( |
const std::vector< uint8_t > & |
ilst_payload | ) |
|