#include "OSDLException.h"
#include "Ceylan.h"
Include dependency graph for OSDLVideoTypes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
namespace | OSDL::Video |
Classes | |
class | OSDL::Video::VideoException |
Mother class for all video exceptions. More... | |
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. |