#include "Ap4List.h"
#include "Ap4String.h"
#include "Ap4Descriptor.h"
#include "Ap4DecoderConfigDescriptor.h"
Go to the source code of this file.
Classes | |
class | AP4_EsDescriptor |
Variables | |
const AP4_Descriptor::Tag | AP4_DESCRIPTOR_TAG_ES = 0x03 |
const int | AP4_ES_DESCRIPTOR_FLAG_STREAM_DEPENDENCY = 1 |
const int | AP4_ES_DESCRIPTOR_FLAG_URL = 2 |
const int | AP4_ES_DESCRIPTOR_FLAG_OCR_STREAM = 4 |
const AP4_Descriptor::Tag AP4_DESCRIPTOR_TAG_ES = 0x03 |
Definition at line 48 of file Ap4EsDescriptor.h.
const int AP4_ES_DESCRIPTOR_FLAG_OCR_STREAM = 4 |
Definition at line 52 of file Ap4EsDescriptor.h.
const int AP4_ES_DESCRIPTOR_FLAG_STREAM_DEPENDENCY = 1 |
Definition at line 50 of file Ap4EsDescriptor.h.
const int AP4_ES_DESCRIPTOR_FLAG_URL = 2 |
Definition at line 51 of file Ap4EsDescriptor.h.