MediaGraphHttpExtension 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 MediaGraphHttpExtension.
public MediaGraphHttpExtension (string name, System.Collections.Generic.IEnumerable<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> inputs, Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint endpoint, Azure.Media.Analytics.Edge.Models.MediaGraphImage image);
new Azure.Media.Analytics.Edge.Models.MediaGraphHttpExtension : string * seq<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> * Azure.Media.Analytics.Edge.Models.MediaGraphEndpoint * Azure.Media.Analytics.Edge.Models.MediaGraphImage -> Azure.Media.Analytics.Edge.Models.MediaGraphHttpExtension
Public Sub New (name As String, inputs As IEnumerable(Of MediaGraphNodeInput), endpoint As MediaGraphEndpoint, image As MediaGraphImage)
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.
- endpoint
- MediaGraphEndpoint
Endpoint to which this processor should connect.
- image
- MediaGraphImage
Describes the parameters of the image that is sent as input to the endpoint.
Exceptions
name
, inputs
, endpoint
, or image
is null.
Applies to
Azure SDK for .NET