|
ADTF
|
#include <filtergraphport.h>
Public Member Functions | |
| cFilterGraphClientPort () | |
| CTOR. | |
| cFilterGraphClientPort (const char *strName) | |
| virtual | ~cFilterGraphClientPort () override |
| 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 adtf::ucom::catwo::object< IBindingObject, IBindingClient, IFilterGraphPort, IFilterGraphInterfacePort, named_graph_object< IFilterGraphInterfaceClientPort > > | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Protected Attributes | |
| std::unique_ptr< cImplementation > | m_pImplementation |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
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.
| adtf::streaming::hollow::cFilterGraphClientPort::cFilterGraphClientPort | ( | const char * | strName | ) |
CTOR with name
| [in] | strName | Name to set |