25#ifndef STAGE_OUTPUT_PIXBUF_DISPLAYER_H
26#define STAGE_OUTPUT_PIXBUF_DISPLAYER_H
68 void put (
void*
const image);
A Displayer is a class which is responsible for rendering an image in some way (ie: Xvideo,...
PixbufDisplayer is a class which is responsible for rendering a video image via GDK.
bool usable() override
Indicates if this object can be used to render images on the running system.
DisplayerInput format() override
Indicates the format required by the abstract put method.
void put(void *const image)
Put an image of a given width and height with the expected input format (as indicated by the format m...
Gtk::Image & drawingArea_
The Displayer serves as base of all video display implementations.
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.