#include <Ap4SampleDescription.h>
Inheritance diagram for AP4_MpegVideoSampleDescription:
Public Member Functions | |
AP4_MpegVideoSampleDescription (AP4_EsdsAtom *esds, AP4_UI16 width, AP4_UI16 height, AP4_UI16 depth, const char *compressor_name) | |
AP4_MpegVideoSampleDescription (OTI oti, AP4_UI16 width, AP4_UI16 height, AP4_UI16 depth, const char *compressor_name, const AP4_DataBuffer *decoder_info, AP4_UI32 buffer_size, AP4_UI32 max_bitrate, AP4_UI32 avg_bitrate) | |
AP4_Atom * | ToAtom () const |
Definition at line 280 of file Ap4SampleDescription.h.
AP4_MpegVideoSampleDescription::AP4_MpegVideoSampleDescription | ( | AP4_EsdsAtom * | esds, | |
AP4_UI16 | width, | |||
AP4_UI16 | height, | |||
AP4_UI16 | depth, | |||
const char * | compressor_name | |||
) |
AP4_MpegVideoSampleDescription::AP4_MpegVideoSampleDescription | ( | OTI | oti, | |
AP4_UI16 | width, | |||
AP4_UI16 | height, | |||
AP4_UI16 | depth, | |||
const char * | compressor_name, | |||
const AP4_DataBuffer * | decoder_info, | |||
AP4_UI32 | buffer_size, | |||
AP4_UI32 | max_bitrate, | |||
AP4_UI32 | avg_bitrate | |||
) |
AP4_Atom* AP4_MpegVideoSampleDescription::ToAtom | ( | ) | const [virtual] |
Implements AP4_SampleDescription.