42 using std::make_unique;
67 Gtk::Widget::on_realize ();
76 REQUIRE (videoWidth > 0);
77 REQUIRE (videoHeight > 0);
78 displayer_ = make_unique<XvDisplayer> (*
this, videoWidth, videoHeight);
81 displayer_ = make_unique<PixbufDisplayer> (*
this, videoWidth, videoHeight);
85 displayer_ = make_unique<NullDisplayer> (*
this, videoWidth, videoHeight);
NullDisplayer implements the Displayer interface without any actual display.
PixbufDisplayer is a class which is responsible for rendering a video image via GDK.
XvDisplayer is a class which is responsible for rendering a video image via XVideo.
A set of basic GTK includes for the UI.
Lumiera GTK UI implementation root.
cuString CLASS_background
opaque backdrop
cuString CLASS_videodisplay
Passive deactivated video displayer.
Display video as bitmap image with the UI toolkit.
Definition of access keys for uniform UI styling.
Implementation of video output via XVideo.