ADTF  3.18.3
ISession::tGraphConnectableObjectInfo

Info for a connectable object This might be a pin, samplestream or port. More...

Public Attributes

std::string strName = {}
 Name of the object.
 
tGraphObjectConnectableType eInOut = {}
 Direction of the connectable object (inport/outport, inpin/outpin, samplestream(in and out))
 
adtf::ucom::object_ptr< const adtf::streaming::ant::IStreamTypepStreamType = {}
 the current streamtype
 
std::vector< std::string > vecConnectedGraphObjects = {}
 The name of the connected objects (empty if not connected)
 

Detailed Description

Info for a connectable object This might be a pin, samplestream or port.

Definition at line 228 of file adtf_remote_session_intf.h.