MediaGraphSink.Inputs Property
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.
An array of the names of the other nodes in the media graph, the outputs of which are used as input for this sink node.
public System.Collections.Generic.IList<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput> Inputs { get; }
member this.Inputs : System.Collections.Generic.IList<Azure.Media.Analytics.Edge.Models.MediaGraphNodeInput>
Public ReadOnly Property Inputs As IList(Of MediaGraphNodeInput)