Class for ISO BMFF TRUN Box.
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" |
|
uint8_t | version |
|
uint32_t | flags |
|
Class for ISO BMFF TRUN Box.
Definition at line 666 of file isobmffbox.h.
◆ setSampleDuration()
TrunBox::setSampleDuration |
( |
uint64_t |
sampleDuration | ) |
|
Set SampleDuration value.
- Parameters
-
[in] | sampleDuration | - Sample Duration value |
- Returns
- void
Definition at line 815 of file isobmffbox.cpp.
◆ getSampleDuration()
TrunBox::getSampleDuration |
( |
| ) |
|
Get sampleDuration value.
- Returns
- sampleDuration value
Definition at line 823 of file isobmffbox.cpp.
◆ constructTrunBox()
TrunBox::constructTrunBox |
( |
uint32_t |
sz, |
|
|
uint8_t * |
ptr |
|
) |
| |
|
static |
Static function to construct a TrunBox object.
- Parameters
-
[in] | sz | - box size |
[in] | ptr | - pointer to box |
- Returns
- newly constructed TrunBox object
Definition at line 831 of file isobmffbox.cpp.
The documentation for this class was generated from the following files: