Video Module Video Informations. More...
#include <deBaseVideoInfo.h>
Public Member Functions | |
Constructors and Destructors | |
| deBaseVideoInfo () | |
| Creates a new sound info object. | |
| virtual | ~deBaseVideoInfo () |
| Cleans up the sound info object. | |
Notifications | |
| int | GetWidth () const |
| Retrieves the width in pixels. | |
| void | SetWidth (int width) |
| Sets the width in pixels. | |
| int | GetHeight () const |
| Retrieves the height in pixels. | |
| void | SetHeight (int height) |
| Sets the height in pixels. | |
| int | GetPixelFormat () const |
| Retrieves the pixel format. | |
| void | SetPixelFormat (int pixelFormat) |
| Sets the pixel format. | |
| int | GetFrameCount () const |
| Retrieves the number of frames. | |
| void | SetFrameCount (int frameCount) |
| Sets the number of frames. | |
| int | GetFrameRate () const |
| Retrieves the frame rate. | |
| void | SetFrameRate (int frameRate) |
| Sets the frame rate. | |
| const decColorMatrix3 & | GetColorConversionMatrix () const |
| Retrieves the color conversion matrix. | |
| void | SetColorConversionMatrix (const decColorMatrix3 &matrix) |
| Sets the color conversion matrix. | |
Video Module Video Informations.
Provides informations for a video to loading afterwards. Can be used by the video module to store additional data structures needed for loading in a subclasses object.
| deBaseVideoInfo::deBaseVideoInfo | ( | ) |
Creates a new sound info object.
| virtual deBaseVideoInfo::~deBaseVideoInfo | ( | ) | [virtual] |
Cleans up the sound info object.
| const decColorMatrix3& deBaseVideoInfo::GetColorConversionMatrix | ( | ) | const [inline] |
Retrieves the color conversion matrix.
| int deBaseVideoInfo::GetFrameCount | ( | ) | const [inline] |
Retrieves the number of frames.
| int deBaseVideoInfo::GetFrameRate | ( | ) | const [inline] |
Retrieves the frame rate.
| int deBaseVideoInfo::GetHeight | ( | ) | const [inline] |
Retrieves the height in pixels.
| int deBaseVideoInfo::GetPixelFormat | ( | ) | const [inline] |
Retrieves the pixel format.
| int deBaseVideoInfo::GetWidth | ( | ) | const [inline] |
Retrieves the width in pixels.
| void deBaseVideoInfo::SetColorConversionMatrix | ( | const decColorMatrix3 & | matrix ) |
Sets the color conversion matrix.
| void deBaseVideoInfo::SetFrameCount | ( | int | frameCount ) |
Sets the number of frames.
| void deBaseVideoInfo::SetFrameRate | ( | int | frameRate ) |
Sets the frame rate.
| void deBaseVideoInfo::SetHeight | ( | int | height ) |
Sets the height in pixels.
| void deBaseVideoInfo::SetPixelFormat | ( | int | pixelFormat ) |
Sets the pixel format.
| void deBaseVideoInfo::SetWidth | ( | int | width ) |
Sets the width in pixels.
1.7.2