MediaGraphNodeInput.FromNodeName(String) Method
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.
Constructs a MediaGraphNodeInput which connects all streams from the node with the given name.
public static Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput FromNodeName (string nodeName);
static member FromNodeName : string -> Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput
Public Shared Function FromNodeName (nodeName As String) As MediaGraphNodeInput
Parameters
- nodeName
- String
The node name.
Returns
A node input.