ADTF  3.18.2
IFilterGraphDataPortabstract

Common interface for a FilterGraph Port that allows to connect to a IFilterGraph with SampleStreams. More...

Inheritance diagram for IFilterGraphDataPort:
[legend]

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!
 

Detailed Description

Common interface for a FilterGraph Port that allows to connect to a IFilterGraph with SampleStreams.

Warning
: This interface is only used internally by the filtergraph implementation!

Definition at line 77 of file filtergraphport_intf.h.

Member Function Documentation

◆ InnerConnect()

virtual tResult InnerConnect ( const ucom::ant::iobject_ptr< ISampleStream > &  pSampleStream)
pure virtual

Inner Connect the ISampleStream which will be provided for the outside.

Parameters
[in]pSampleStreamSampleStream to forward
Returns
Standard Result Code.

◆ InnerDisconnect()

virtual tResult InnerDisconnect ( )
pure virtual

Inner Disconnect the ISampleStream if connected.

Returns
Standard Result Code.