#include "OSDLException.h"
#include "Ceylan.h"
Go to the source code of this file.
Classes | |
class | OSDL::Video::VideoException |
Mother class for all video exceptions. More... | |
Namespaces | |
namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
namespace | OSDL::Video |
Typedefs | |
typedef Ceylan::Uint16 | OSDL::Video::Length |
Length, unit of measure, unsigned. | |
typedef Ceylan::Sint16 | OSDL::Video::SignedLength |
Length, unit of measure, signed. | |
typedef Ceylan::Uint16 | OSDL::Video::Pitch |
Pixel pitch, unit of measure. | |
typedef Ceylan::Sint16 | OSDL::Video::Coordinate |
Coordinate, unit of measure, integer, signed. | |
typedef Coordinate | OSDL::Video::Offset |
Offset, difference between coordinates. | |
typedef Ceylan::Float32 | OSDL::Video::FloatingPointCoordinate |
Coordinate unit of measure, floating-point. | |
typedef Ceylan::Uint8 | OSDL::Video::BitsPerPixel |
Color depth, bits per pixel. | |
typedef Ceylan::Uint8 | OSDL::Video::BytesPerPixel |
Color depth, bytes per pixel. |