MediaGraphNodeInput(String) 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 MediaGraphNodeInput.
public MediaGraphNodeInput (string nodeName);
new Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput : string -> Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput
Public Sub New (nodeName As String)
Parameters
- nodeName
- String
The name of another node in the media graph, the output of which is used as input to this node.
Exceptions
nodeName
is null.