[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Interface implemented by graph components that consumes streams.
The following tables list the members exposed by the ISinkGraph type.
Public Methods
| Name | Description | |
|---|---|---|
| Render | Sets up the graph, including adding filters and connecting them. | |
| Run | Runs the graph. (Inherited from IGraph.) | |
| Stop | Stops the graph. (Inherited from IGraph.) |
Public Properties
| Name | Description | |
|---|---|---|
| Source | Gets a reference to the ISourceGraph that is the source for this sink, a null reference if none is set. |