MediaGraphSignalGateProcessor Constructor

Definition

Initializes a new instance of MediaGraphSignalGateProcessor.

public MediaGraphSignalGateProcessor (string name, System.Collections.Generic.IEnumerable<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> inputs);
new Azure.Media.Analytics.Edge.Models.MediaGraphSignalGateProcessor : string * seq<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> -> Azure.Media.Analytics.Edge.Models.MediaGraphSignalGateProcessor
Public Sub New (name As String, inputs As IEnumerable(Of MediaGraphNodeInput))

Parameters

name
String

The name for this processor node.

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 processor node.

Exceptions

name or inputs is null.

Applies to