#include <Ap4SampleDescription.h>
Inheritance diagram for AP4_VideoSampleDescription:
Public Member Functions | |
AP4_VideoSampleDescription (AP4_UI16 width, AP4_UI16 height, AP4_UI16 depth, const char *compressor_name) | |
AP4_UI32 | GetWidth () |
AP4_UI16 | GetHeight () |
AP4_UI16 | GetDepth () |
const char * | GetCompressorName () |
Protected Attributes | |
AP4_UI16 | m_Width |
AP4_UI16 | m_Height |
AP4_UI16 | m_Depth |
AP4_String | m_CompressorName |
Definition at line 112 of file Ap4SampleDescription.h.
AP4_VideoSampleDescription::AP4_VideoSampleDescription | ( | AP4_UI16 | width, | |
AP4_UI16 | height, | |||
AP4_UI16 | depth, | |||
const char * | compressor_name | |||
) | [inline] |
Definition at line 116 of file Ap4SampleDescription.h.
AP4_UI32 AP4_VideoSampleDescription::GetWidth | ( | ) | [inline] |
AP4_UI16 AP4_VideoSampleDescription::GetHeight | ( | ) | [inline] |
AP4_UI16 AP4_VideoSampleDescription::GetDepth | ( | ) | [inline] |
const char* AP4_VideoSampleDescription::GetCompressorName | ( | ) | [inline] |
Definition at line 129 of file Ap4SampleDescription.h.
References AP4_String::GetChars(), and m_CompressorName.
AP4_UI16 AP4_VideoSampleDescription::m_Width [protected] |
AP4_UI16 AP4_VideoSampleDescription::m_Height [protected] |
AP4_UI16 AP4_VideoSampleDescription::m_Depth [protected] |