ADTF
|
Default implementation of a RunnerPort. More...
Public Types | |
template<typename T > | |
using | iobject_ptr = adtf::ucom::ant::iobject_ptr< T > |
used type for iobject_ptr | |
Public Member Functions | |
cFilterGraphRunnerPort ()=default | |
CTOR. | |
cFilterGraphRunnerPort (const char *strName) | |
CTOR with name. More... | |
virtual | ~cFilterGraphRunnerPort ()=default |
DTOR. | |
tResult | InnerRegisterSubItem (const iobject_ptr< IRunner > &pRunner) override |
tResult | InnerUnregisterSubItem (const iobject_ptr< IRunner > &pRunner) override |
Public Member Functions inherited from object< IRunner, IFilterGraphPort, trigger_pipe_item< named_graph_object< IFilterGraphRunnerPort > > > | |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Default implementation of a RunnerPort.
Use to add a RunnerPort to a IFiltergraph.
Definition at line 346 of file filtergraphport.h.
cFilterGraphRunnerPort | ( | const char * | strName | ) |
CTOR with name.
[in] | strName | Name to set |