MediaGraphSink(String, IEnumerable<MediaGraphNodeInput>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MediaGraphSink.
public MediaGraphSink (string name, System.Collections.Generic.IEnumerable<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> inputs);
new Azure.Media.Analytics.Edge.Models.MediaGraphSink : string * seq<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> -> Azure.Media.Analytics.Edge.Models.MediaGraphSink
Public Sub New (name As String, inputs As IEnumerable(Of MediaGraphNodeInput))
Parameters
- name
- String
The name to be used for the media graph sink.
- inputs
- IEnumerable<MediaGraphNodeInput>
An array of the names of the other nodes in the media graph, the outputs of which are used as input for this sink node.
Exceptions
name
or inputs
is null.