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
32
using
DummyFrame
= std::byte *;
33
34
35
36
37
38
39
40
namespace
lumiera
{
41
43
enum
DisplayerInput
{
44
DISPLAY_NONE
,
45
DISPLAY_YUV
,
46
DISPLAY_RGB
,
47
DISPLAY_BGR
,
48
DISPLAY_BGR0
,
49
DISPLAY_RGB16
50
};
51
}
// namespace lumiera
52
#endif
/*LUMIERA_DISPLAY_HANDLES_H*/
DummyFrame
std::byte * DummyFrame
Definition
display-handles.hpp:32
lumiera
Lumiera public interface.
Definition
advice.hpp:102
lumiera::DisplayerInput
DisplayerInput
Supported Displayer formats.
Definition
display-handles.hpp:43
lumiera::DISPLAY_BGR0
@ DISPLAY_BGR0
Definition
display-handles.hpp:48
lumiera::DISPLAY_RGB16
@ DISPLAY_RGB16
Definition
display-handles.hpp:49
lumiera::DISPLAY_RGB
@ DISPLAY_RGB
Definition
display-handles.hpp:46
lumiera::DISPLAY_NONE
@ DISPLAY_NONE
Definition
display-handles.hpp:44
lumiera::DISPLAY_BGR
@ DISPLAY_BGR
Definition
display-handles.hpp:47
lumiera::DISPLAY_YUV
@ DISPLAY_YUV
Definition
display-handles.hpp:45
include
display-handles.hpp
Generated on Fri Nov 7 2025 for Lumiera by
1.9.8