Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
display-handles.hpp
Go to the documentation of this file.
1/*
2 DISPLAY-HANDLES.hpp - opaque handle types for playback and display
3
4 Copyright (C)
5 2009, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
26#ifndef LUMIERA_DISPLAY_HANDLES_H
27#define LUMIERA_DISPLAY_HANDLES_H
28
29#include <cstddef>
30
31
32using DummyFrame = std::byte *;
33
34
35
36
37
38
39
40namespace lumiera {
41
51} // namespace lumiera
52#endif /*LUMIERA_DISPLAY_HANDLES_H*/
std::byte * DummyFrame
Lumiera public interface.
Definition advice.hpp:102
DisplayerInput
Supported Displayer formats.