#include <filtergraphport_intf.h>
Inherits adtf::streaming::ant::IFilterGraphPort.
Inherited by adtf::streaming::ant::IFilterGraphDataInPort, and adtf::streaming::ant::IFilterGraphDataOutPort.
|
|
| ~IFilterGraphDataPort ()=default |
| | not destructable
|
| |
|
| ~IFilterGraphPort ()=default |
| | not destructable
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
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!
◆ InnerConnect()
Inner Connect the ISampleStream which will be provided for the outside.
- Parameters
-
| [in] | pSampleStream | SampleStream to forward |
- Returns
- Standard Result Code.
◆ InnerDisconnect()
| virtual tResult adtf::streaming::ant::IFilterGraphDataPort::InnerDisconnect |
( |
| ) |
|
|
pure virtual |
Inner Disconnect the ISampleStream if connected.
- Returns
- Standard Result Code.
The documentation for this class was generated from the following file: