ADTF
|
Common interface for a FilterGraph Port that allows to connect to a IFilterGraph with SampleStreams. More...
Public Member Functions | |
ADTF_IID (IFilterGraphDataPort, "filtergraphdataport.ant.streaming.adtf.iid") | |
Definition of interface id. | |
virtual tResult | InnerConnect (const ucom::ant::iobject_ptr< ISampleStream > &pSampleStream)=0 |
Inner Connect the ISampleStream which will be provided for the outside. More... | |
virtual tResult | InnerDisconnect ()=0 |
Inner Disconnect the ISampleStream if connected. More... | |
Public Member Functions inherited from IFilterGraphPort | |
ADTF_IID (IFilterGraphPort, "filtergraphport.ant.streaming.adtf.iid") | |
Definition of interface id. | |
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 Member Functions | |
~IFilterGraphDataPort ()=default | |
not destructable | |
Protected Member Functions inherited from IFilterGraphPort | |
~IFilterGraphPort ()=default | |
not destructable | |
Protected Member Functions inherited from IObject | |
~IObject ()=default | |
Protected destructor --> Use implemented Destroy() instead of delete! | |
Common interface for a FilterGraph Port that allows to connect to a IFilterGraph with SampleStreams.
Definition at line 77 of file filtergraphport_intf.h.
|
pure virtual |
Inner Connect the ISampleStream which will be provided for the outside.
[in] | pSampleStream | SampleStream to forward |
|
pure virtual |
Inner Disconnect the ISampleStream if connected.