Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/play/play-process.hpp"
Rendering data feed, corresponding to a single global pipe and to be delivered into a single OutputSlot.
A feed may still be comprised of multiple channels, but is bound to operate on a single type of media data only.
Definition at line 94 of file play-process.hpp.
Public Member Functions | |
Feed (engine::CalcStreams const &) | |
building a Feed effectively requires the definition of a rendering plan through the EngineService. More... | |
Private Attributes | |
engine::CalcStreams | renderStreams_ |
Feed | ( | engine::CalcStreams const & | newActiveRenderingConnections | ) |
building a Feed effectively requires the definition of a rendering plan through the EngineService.
CalcStreams | definition of the individual calculation "continuations" for the engine. These correspond to already running render calculations. |
Definition at line 87 of file play-process.cpp.