Lumiera  0.pre.03
»edit your freedom«
Feed Class Reference

#include "steam/play/play-process.hpp"

Description

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_
 

Constructor & Destructor Documentation

◆ Feed()

Feed ( engine::CalcStreams const &  newActiveRenderingConnections)

building a Feed effectively requires the definition of a rendering plan through the EngineService.

Parameters
CalcStreamsdefinition of the individual calculation "continuations" for the engine. These correspond to already running render calculations.

Definition at line 87 of file play-process.cpp.

+ Collaboration diagram for Feed:

The documentation for this class was generated from the following files: