HttpExtension 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 HttpExtension.
public HttpExtension (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.HttpExtension : 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.HttpExtension
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
Azure SDK for .NET