44 #ifndef STEAM_ENGINE_CALC_STREAM_H 45 #define STEAM_ENGINE_CALC_STREAM_H 72 class RenderEnvironment;
112 UNIMPLEMENTED (
"set up dispatcher to start calculating and feeding to the given output sink");
129 typedef std::vector<CalcStream> CalcStreams;
An (abstract) capability to send media data to an external output.
denotes an opened connection ready to receive media data for output.
Steam-Layer implementation namespace root.
A service to schedule series of calculations, delivering the rendered data into an external output si...
A calculation stream groups and abstracts a series of calculation jobs, delivering frames into the co...
Lumiera error handling (C++ interface).
How to define a timing specification or constraint.
The active core within a CalcStream, causing the render mechanism to re-trigger repeatedly.
Abstract definition of the environment hosting a given render activity (CalcStream).