Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
display-handles.hpp File Reference

Opaque handles and similar typedefs used to communicate via the lumiera::Display and lumiera::DummyPlayer facade interfaces. More...

Go to the source code of this file.

Description

Opaque handles and similar typedefs used to communicate via the lumiera::Display and lumiera::DummyPlayer facade interfaces.

Deprecated:
this is part of prototyping code; as of 5/2025 it is clear that we will not use any of these interface schemes (yet something similar)
See also
stage::DisplayService

Definition in file display-handles.hpp.

#include <cstddef>

Namespaces

namespace  lumiera
 Lumiera public interface.
 

Typedefs

using DummyFrame = std::byte *
 

Enumerations

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

Typedef Documentation

◆ DummyFrame

using DummyFrame = std::byte *

Definition at line 32 of file display-handles.hpp.