Class for ISO BMFF TRAK container.
More...
#include <isobmffbox.h>
|
static constexpr const char * | FTYP = "ftyp" |
|
static constexpr const char * | MOOV = "moov" |
|
static constexpr const char * | MVHD = "mvhd" |
|
static constexpr const char * | TRAK = "trak" |
|
static constexpr const char * | MDIA = "mdia" |
|
static constexpr const char * | MDHD = "mdhd" |
|
static constexpr const char * | EMSG = "emsg" |
|
static constexpr const char * | MOOF = "moof" |
|
static constexpr const char * | TFHD = "tfhd" |
|
static constexpr const char * | TRAF = "traf" |
|
static constexpr const char * | TFDT = "tfdt" |
|
static constexpr const char * | TRUN = "trun" |
|
static constexpr const char * | MDAT = "mdat" |
|
static constexpr const char * | TKHD = "tkhd" |
|
static constexpr const char * | STYP = "styp" |
|
static constexpr const char * | SIDX = "sidx" |
|
static constexpr const char * | PRFT = "prft" |
|
Class for ISO BMFF TRAK container.
Definition at line 260 of file isobmffbox.h.
◆ TrakBox()
TrakBox::TrakBox |
( |
uint32_t |
sz | ) |
|
|
inline |
◆ constructTrakBox()
TrakBox::constructTrakBox |
( |
uint32_t |
sz, |
|
|
uint8_t * |
ptr, |
|
|
int |
newTrackId = -1 |
|
) |
| |
|
static |
- Parameters
-
[in] | sz | - box size |
[in] | ptr | - pointer to box |
[in] | newTrackId | - new track id to overwrite the existing track id, when value is -1, it will not override |
- Returns
- newly constructed trak object
Definition at line 1073 of file isobmffbox.cpp.
◆ getTrack_Id()
uint32_t TrakBox::getTrack_Id |
( |
| ) |
|
|
inline |
track_id getter
- Returns
- trak_id
Definition at line 288 of file isobmffbox.h.
The documentation for this class was generated from the following files: