你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SignalGateProcessor(String, IEnumerable<NodeInput>) Constructor

Definition

Initializes a new instance of SignalGateProcessor.

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

Parameters

name
String

Node name. Must be unique within the topology.

inputs
IEnumerable<NodeInput>

An array of upstream node references within the topology to be used as inputs for this node.

Exceptions

name or inputs is null.

Applies to