ADTF  3.18.3
cFilterGraphClientPort

Default implementation of a ClientPort. More...

Inheritance diagram for cFilterGraphClientPort:
[legend]

Public Member Functions

 cFilterGraphClientPort ()
 CTOR.
 
 cFilterGraphClientPort (const char *strName)
 CTOR with name. More...
 
virtual ~cFilterGraphClientPort ()=default
 DTOR.
 
tResult InnerBind (const ucom::ant::iobject_ptr< IBindingClient > &pClientForward) override
 
tResult InnerUnbind () override
 
tResult Bind (const ucom::ant::iobject_ptr< IBindingProxy > &pBindingProxy) override
 
tResult GetBindingType (ucom::ant::iobject_ptr< const IBindingType > &pBindingType) const override
 
tResult GetServerObject (ucom::ant::iobject_ptr< IObject > &pServerObject) const override
 
tResult GetBindingProxy (ucom::ant::iobject_ptr< IBindingProxy > &pBindingProxy) const override
 
tResult Unbind () override
 
- Public Member Functions inherited from object< IBindingObject, IBindingClient, IFilterGraphPort, IFilterGraphInterfacePort, named_graph_object< IFilterGraphInterfaceClientPort > >
tResult GetInterface (const char *i_strIID, void *&o_pInterface) override
 Query interfaces on an object. More...
 
tResult GetInterface (const char *i_strIID, const void *&o_pInterface) const override
 Provides const correct interface querying. More...
 
void Destroy () const override
 Destruct and deallocate instantiations of type IObject. More...
 
- Public Member Functions inherited from IObject
 ADTF_IID (IObject, "object.ant.ucom.adtf.iid")
 Marks the IObject to be castable with the ucom_cast() More...
 

Protected Attributes

std::unique_ptr< cImplementation > m_pImplementation
 

Additional Inherited Members

- Protected Member Functions inherited from IObject
 ~IObject ()=default
 Protected destructor --> Use implemented Destroy() instead of delete!
 

Detailed Description

Default implementation of a ClientPort.

Use to add a ClientPort to a IFiltergraph. In contrast to adtf::streaming::ant::cFilterGraphClientPort, this version supports multiple connections to clients.

Definition at line 495 of file filtergraphport.h.

Constructor & Destructor Documentation

◆ cFilterGraphClientPort()

cFilterGraphClientPort ( const char *  strName)

CTOR with name.

Parameters
[in]strNameName to set