Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
RefPoint Struct Reference

Description

Definition at line 47 of file operationpoint.cpp.

Public Attributes

NodeFactoryalloc_
 
vector< PNodesources_
 
const StreamTypesType_
 

Public Member Functions

 RefPoint (RefPoint const &pred)
 just continue connection chaining
 
 RefPoint (NodeFactory &nFactory, asset::Media const &srcMedia)
 initiate a connection chain at a real source
 

Private Member Functions

void establishMediaChannels (asset::Media const &srcMedia)
 
void deriveSourceStreamType ()
 

Constructor & Destructor Documentation

◆ RefPoint() [1/2]

RefPoint ( RefPoint const &  pred)
inline

just continue connection chaining

Definition at line 56 of file operationpoint.cpp.

◆ RefPoint() [2/2]

RefPoint ( NodeFactory nFactory,
asset::Media const &  srcMedia 
)
inline

initiate a connection chain at a real source

Definition at line 63 of file operationpoint.cpp.

References RefPoint::deriveSourceStreamType(), and RefPoint::establishMediaChannels().

+ Here is the call graph for this function:

Member Function Documentation

◆ establishMediaChannels()

void establishMediaChannels ( asset::Media const &  srcMedia)
inlineprivate

Definition at line 74 of file operationpoint.cpp.

Referenced by RefPoint::RefPoint().

+ Here is the caller graph for this function:

◆ deriveSourceStreamType()

void deriveSourceStreamType ( )
inlineprivate

Definition at line 80 of file operationpoint.cpp.

Referenced by RefPoint::RefPoint().

+ Here is the caller graph for this function:

Member Data Documentation

◆ alloc_

NodeFactory& alloc_

Definition at line 49 of file operationpoint.cpp.

◆ sources_

vector<PNode> sources_

Definition at line 51 of file operationpoint.cpp.

◆ sType_

const StreamType* sType_

Definition at line 52 of file operationpoint.cpp.

+ Collaboration diagram for RefPoint:

The documentation for this struct was generated from the following file: