Lumiera  0.pre.03
»edit your freedom«
displayer.hpp File Reference

Go to the source code of this file.

Description

The Displayer serves as base of all video display implementations.

Warning
as of 2016 it is not clear, if this code will be evolved into the actual display facility, or be replaced and rewritten, when we're about to create a functional video display connected to the render engine.

Definition in file displayer.hpp.

Classes

class  Displayer
 A Displayer is a class which is responsible for rendering an image in some way (ie: Xvideo, GDK, OpenGL etc). More...
 

Enumerations

enum  DisplayerInput {
  DISPLAY_NONE,
  DISPLAY_YUV,
  DISPLAY_RGB,
  DISPLAY_BGR,
  DISPLAY_BGR0,
  DISPLAY_RGB16
}
 Supported Displayer formats.
 

Namespaces

 stage
 Lumiera GTK UI implementation root.
 
 stage::output
 Video output implementation.