#include "Ap4Types.h"
#include "Ap4List.h"
#include "Ap4DataBuffer.h"
#include "Ap4Interfaces.h"
Go to the source code of this file.
Classes | |
class | AP4_RtpSampleData |
class | AP4_RtpPacket |
class | AP4_RtpConstructor |
class | AP4_NoopRtpConstructor |
class | AP4_ImmediateRtpConstructor |
class | AP4_SampleRtpConstructor |
class | AP4_SampleDescRtpConstructor |
class | AP4_RtpConstructorFactory |
Variables | |
const AP4_Size | AP4_RTP_CONSTRUCTOR_SIZE = 16 |
const AP4_RtpConstructor::Type | AP4_RTP_CONSTRUCTOR_TYPE_NOOP = 0 |
const AP4_RtpConstructor::Type | AP4_RTP_CONSTRUCTOR_TYPE_IMMEDIATE = 1 |
const AP4_RtpConstructor::Type | AP4_RTP_CONSTRUCTOR_TYPE_SAMPLE = 2 |
const AP4_RtpConstructor::Type | AP4_RTP_CONSTRUCTOR_TYPE_SAMPLE_DESC = 3 |
const AP4_Size AP4_RTP_CONSTRUCTOR_SIZE = 16 |
Definition at line 169 of file Ap4RtpHint.h.
Definition at line 175 of file Ap4RtpHint.h.
Definition at line 174 of file Ap4RtpHint.h.
Definition at line 176 of file Ap4RtpHint.h.
Definition at line 177 of file Ap4RtpHint.h.