[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 are sources for streams.

The following tables list the members exposed by the ISourceGraph type.

Public Methods

  NameDescription
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 Events

  NameDescription
Error
Occurs when there is an error in the asyncronous stream processing.
(Inherited from IGraph.)