DtvKit_ATSC3.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | FindHdlrResult_s |
struct | Isobmff::SampleEntry_s |
struct | Isobmff::HevcConfigurationRecord_s |
struct | Isobmff::UnVideoProperty_s |
struct | Isobmff::VideoSampleEntry_s |
struct | Isobmff::AudioSampleEntry_s |
struct | Isobmff::UnSampleEntry_s |
struct | Isobmff::MvhdH_s |
struct | Isobmff::SttsH_s |
struct | Isobmff::StcoH_s |
struct | Isobmff::StscH_s |
struct | Isobmff::StszH_s |
struct | Isobmff::StsdH_s |
struct | Isobmff::StblH_s |
struct | Isobmff::VmhdH_s |
struct | Isobmff::MinfH_s |
struct | Isobmff::HdlrH_s |
struct | Isobmff::MdhdH_s |
struct | Isobmff::MdiaH_s |
struct | Isobmff::MehdH_s |
struct | Isobmff::TkhdH_s |
struct | Isobmff::TrakH_s |
struct | Isobmff::TrunH_s |
struct | Isobmff::TfhdH_s |
struct | Isobmff::TfdtH_s |
struct | Isobmff::TrafH_s |
struct | Isobmff::PsshH_s |
struct | Isobmff::MfhdH_s |
struct | Isobmff::MoofH_s |
struct | Isobmff::SidxH_s |
struct | Isobmff::TrepH_s |
struct | Isobmff::TrexH_s |
struct | Isobmff::MmpuH_s |
struct | Isobmff::FtypH_s |
struct | Isobmff::MvexH_s |
struct | Isobmff::MoovH_s |
struct | Isobmff::MP4_s |
class | Isobmff::CMDAT_H |
Namespaces | |
namespace | Isobmff |
Macros | |
#define | MAX_TREX 4 |
#define | MAX_TRAK 4 |
#define | MAX_SEGMENT_SIZE 130 |
#define | MAX_ES_SIZE_BIG 1024*1000 * 4 |
#define | MAX_ES_SIZE_SMALL 1024*1000 * 1 |
Enumerations | |
enum | eHandlerType_t { eHandlerTypeVideo = 0 , eHandlerTypeAudio = 1 , eHandlerTypeHint = 2 , eHandlerTypeCaption = 3 , eHandlerTypeUnknown = 4 } |
enum | eMp4BoxType_t { eMp4BoxTypeTRAK = 0 , eMp4BoxTypeTRHD , eMp4BoxTypeSTSD , eMp4BoxTypeSTTS , eMp4BoxTypeSTSC , eMp4BoxTypeSTSZ , eMp4BoxTypeSTCO , eMp4BoxTypeCTTS , eMp4BoxTypeMDAT , eMp4BoxTypeFTYP , eMp4BoxTypeMVHD , eMp4BoxTypeTKHD , eMp4BoxTypeMDHD , eMp4BoxTypeVMHD , eMp4BoxTypeSMHD , eMp4BoxTypeHMHD , eMp4BoxTypeNMHD , eMp4BoxTypeHDLR , eMp4BoxTypeMEHD , eMp4BoxTypeTREP , eMp4BoxTypeTREX , eMp4BoxTypeMVEX , eMp4BoxTypeSTBL , eMp4BoxTypeMINF , eMp4BoxTypeMDIA , eMp4BoxTypeMOOV , eMp4BoxTypeTFHD , eMp4BoxTypeTFDT , eMp4BoxTypeTRUN , eMp4BoxTypeSIDX , eMp4BoxTypeSTYP , eMp4BoxTypeTRAF , eMp4BoxTypeMOOF , eMp4BoxTypeMFHD , eMp4BoxTypeMMPU , eMp4BoxTypeBTRT , eMp4BoxTypeHINT , eMp4BoxTypeDINF , eMp4BoxTypeDREF , eMp4BoxTypeMMTH , eMp4BoxTypeTREF , eMp4BoxTypePSSH , eMp4BoxTypeSENC , eMp4BoxTypeEND } |
ISO Base Media File Format details
typedef struct FindHdlrResult_s sFindHdlrResult_t |
struct Handler Reference Box
enum eHandlerType_t |
enum eMp4BoxType_t |
enum MP4 Header Box Type