Class for ISO BMFF MVHD 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 MVHD Box.
Definition at line 318 of file isobmffbox.h.
◆ setTimeScale()
MvhdBox::setTimeScale |
( |
uint32_t |
tScale | ) |
|
Set TimeScale value.
- Parameters
-
[in] | tScale | - TimeScale value |
- Returns
- void
Definition at line 352 of file isobmffbox.cpp.
◆ getTimeScale()
MvhdBox::getTimeScale |
( |
| ) |
|
◆ constructMvhdBox()
MvhdBox::constructMvhdBox |
( |
uint32_t |
sz, |
|
|
uint8_t * |
ptr |
|
) |
| |
|
static |
Static function to construct a MvhdBox object.
- Parameters
-
[in] | sz | - box size |
[in] | ptr | - pointer to box |
- Returns
- newly constructed MvhdBox object
Definition at line 368 of file isobmffbox.cpp.
The documentation for this class was generated from the following files: