ExtensionProcessorBase Constructor

Definition

Initializes a new instance of ExtensionProcessorBase.

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

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.

endpoint
EndpointBase

Endpoint details of the pipeline extension plugin.

image
ImageProperties

Image transformations and formatting options to be applied to the video frame(s) prior submission to the pipeline extension plugin.

Exceptions

name, inputs, endpoint or image is null.

Applies to