ADTF  3.18.2
cFilterGraphServerPort

Default implementation of a ServerPort . More...

Inheritance diagram for cFilterGraphServerPort:
[legend]

Public Types

template<typename T >
using iobject_ptr = adtf::ucom::ant::iobject_ptr< T >
 used type for iobject_ptr
 

Public Member Functions

 cFilterGraphServerPort ()=default
 CTOR.
 
 cFilterGraphServerPort (const char *strName)
 CTOR with name. More...
 
virtual ~cFilterGraphServerPort ()=default
 DTOR.
 
tResult InnerBind (const iobject_ptr< IBindingProxy > &pSampleStream)
 
tResult InnerUnbind ()
 
tResult Bind (const iobject_ptr< IBindingProxy > &pBindingProxy)
 
tResult GetBindingType (iobject_ptr< const IBindingType > &pBindingType) const
 
tResult GetServerObject (iobject_ptr< IObject > &pServerObject) const
 
tResult GetBindingProxy (iobject_ptr< IBindingProxy > &pBindingProxy) const
 
tResult Unbind ()
 
- Public Member Functions inherited from object< IBindingObject, IBindingServer, IFilterGraphPort, IFilterGraphInterfacePort, named_graph_object< IFilterGraphInterfaceServerPort > >
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...
 

Private Attributes

detail::port_router< IBindingProxym_oProxyRouter
 

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 ServerPort .

Use to add a ServerPort to a IFiltergraph.

Definition at line 259 of file filtergraphport.h.

Constructor & Destructor Documentation

◆ cFilterGraphServerPort()

cFilterGraphServerPort ( const char *  strName)

CTOR with name.

Parameters
[in]strNameName to set