Lumiera
0.pre.03
»edit your freedom«
|
Video output implementation.
Enumerations | |
enum | DisplayerInput { DISPLAY_NONE, DISPLAY_YUV, DISPLAY_RGB, DISPLAY_BGR, DISPLAY_BGR0, DISPLAY_RGB16 } |
Supported Displayer formats. | |
Classes | |
class | Displayer |
A Displayer is a class which is responsible for rendering an image in some way (ie: Xvideo, GDK, OpenGL etc). More... | |
class | GdkDisplayer |
GdkDisplayer is a class which is responsible for rendering a video image via GDK. More... | |
class | XvDisplayer |
XvDisplayer is a class which is responsible for rendering a video image via XVideo. More... | |