MediaGraphGrpcExtension 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 MediaGraphGrpcExtension.
public MediaGraphGrpcExtension (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, Azure.Media.Analytics.Edge.Models.MediaGraphGrpcExtensionDataTransfer dataTransfer);
new Azure.Media.Analytics.Edge.Models.MediaGraphGrpcExtension : 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.MediaGraphGrpcExtensionDataTransfer -> Azure.Media.Analytics.Edge.Models.MediaGraphGrpcExtension
Public Sub New (name As String, inputs As IEnumerable(Of MediaGraphNodeInput), endpoint As MediaGraphEndpoint, image As MediaGraphImage, dataTransfer As MediaGraphGrpcExtensionDataTransfer)
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.
- dataTransfer
- MediaGraphGrpcExtensionDataTransfer
How media should be transferred to the inference engine.
Exceptions
name
, inputs
, endpoint
, image
, or dataTransfer
is null.
Applies to
Azure SDK for .NET