|
ADTF
|
bring latest ant::cFilterGraphServerPort to users scope More...
#include <filtergraphport.h>
Public Types | |
| template<typename T> | |
| using | iobject_ptr = adtf::ucom::ant::iobject_ptr<T> |
| used type for iobject_ptr | |
Public Member Functions | |
| cFilterGraphServerPort () | |
| CTOR. | |
| cFilterGraphServerPort (const char *strName) | |
| virtual | ~cFilterGraphServerPort () override |
| 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 adtf::ucom::catwo::object< IBindingObject, IBindingServer, IFilterGraphPort, IFilterGraphInterfacePort, named_graph_object< IFilterGraphInterfaceServerPort > > | |
| 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") | |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
bring latest ant::cFilterGraphServerPort to users scope
Default implementation of a ServerPort . Use to add a ServerPort to a IFiltergraph.
| adtf::streaming::ant::cFilterGraphServerPort::cFilterGraphServerPort | ( | const char * | strName | ) |
CTOR with name
| [in] | strName | Name to set |