AP4_VideoSampleDescription Class Reference
#include <Ap4SampleDescription.h>

Public Member Functions | |
AP4_VideoSampleDescription (AP4_UI16 width, AP4_UI16 height, AP4_UI16 depth, const char *compressor_name) | |
AP4_UI16 | 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 |
Detailed Description
Definition at line 176 of file Ap4SampleDescription.h.
Constructor & Destructor Documentation
AP4_VideoSampleDescription::AP4_VideoSampleDescription | ( | AP4_UI16 | width, | |
AP4_UI16 | height, | |||
AP4_UI16 | depth, | |||
const char * | compressor_name | |||
) | [inline] |
Definition at line 182 of file Ap4SampleDescription.h.
Member Function Documentation
const char* AP4_VideoSampleDescription::GetCompressorName | ( | ) | [inline] |
Definition at line 195 of file Ap4SampleDescription.h.
References AP4_String::GetChars(), and m_CompressorName.
AP4_UI16 AP4_VideoSampleDescription::GetDepth | ( | ) | [inline] |
Definition at line 194 of file Ap4SampleDescription.h.
References m_Depth.
AP4_UI16 AP4_VideoSampleDescription::GetHeight | ( | ) | [inline] |
Definition at line 193 of file Ap4SampleDescription.h.
References m_Height.
AP4_UI16 AP4_VideoSampleDescription::GetWidth | ( | ) | [inline] |
Definition at line 192 of file Ap4SampleDescription.h.
References m_Width.
Member Data Documentation
Definition at line 202 of file Ap4SampleDescription.h.
Referenced by GetCompressorName().
AP4_UI16 AP4_VideoSampleDescription::m_Depth [protected] |
Definition at line 201 of file Ap4SampleDescription.h.
Referenced by GetDepth().
AP4_UI16 AP4_VideoSampleDescription::m_Height [protected] |
Definition at line 200 of file Ap4SampleDescription.h.
Referenced by GetHeight().
AP4_UI16 AP4_VideoSampleDescription::m_Width [protected] |
Definition at line 199 of file Ap4SampleDescription.h.
Referenced by GetWidth().
The documentation for this class was generated from the following file:
Generated on Thu May 13 16:38:11 2010 for Bento4 MP4 SDK by
