#include <Ap4SampleEntry.h>
Inheritance diagram for AP4_MpegVideoSampleEntry:
Public Member Functions | |
AP4_MpegVideoSampleEntry (AP4_UI32 type, AP4_UI16 width, AP4_UI16 height, AP4_UI16 depth, const char *compressor_name, AP4_EsDescriptor *descriptor) | |
AP4_MpegVideoSampleEntry (AP4_UI32 type, AP4_Size size, AP4_ByteStream &stream, AP4_AtomFactory &atom_factory) | |
AP4_SampleDescription * | ToSampleDescription () |
Definition at line 226 of file Ap4SampleEntry.h.
AP4_MpegVideoSampleEntry::AP4_MpegVideoSampleEntry | ( | AP4_UI32 | type, | |
AP4_UI16 | width, | |||
AP4_UI16 | height, | |||
AP4_UI16 | depth, | |||
const char * | compressor_name, | |||
AP4_EsDescriptor * | descriptor | |||
) |
AP4_MpegVideoSampleEntry::AP4_MpegVideoSampleEntry | ( | AP4_UI32 | type, | |
AP4_Size | size, | |||
AP4_ByteStream & | stream, | |||
AP4_AtomFactory & | atom_factory | |||
) |
AP4_SampleDescription* AP4_MpegVideoSampleEntry::ToSampleDescription | ( | ) | [virtual] |
Reimplemented from AP4_VisualSampleEntry.