Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/facade.hpp"
Global access point for the services implemented by the Steam-Layer.
this is a dummy placeholder as of 1/2009. Currently, there is only implementation-level code within the Steam-Layer and the interfaces need to be worked out.
at least the Play/Output subsystem slowly turns into something real, as of 6/2011
and as of 1/2017, the Session subsystem is basically implemented and it became clear that there won't be a "Builder subsystem". So this interface might now be considered roughly complete...
Definition at line 61 of file steam/facade.hpp.
Static Public Member Functions | |
static lumiera::Subsys & | getPlayOutDescriptor () |
provide a descriptor for lumiera::AppState, wired accordingly to allow main() to bring up the render / playback coordination and output management subsystem. More... | |
static lumiera::Subsys & | getSessionDescriptor () |
provide a descriptor for lumiera::AppState, wired accordingly to allow main() to boot the support infrastructure for loading of and working on the editing session. More... | |
|
static |
provide a descriptor for lumiera::AppState, wired accordingly to allow main()
to boot the support infrastructure for loading of and working on the editing session.
intended for use by main().
Definition at line 152 of file facade.cpp.
|
static |
provide a descriptor for lumiera::AppState, wired accordingly to allow main()
to bring up the render / playback coordination and output management subsystem.
intended for use by main().
Definition at line 160 of file facade.cpp.