MediaGraphNodeInput Class

Represents the input to any node in a media graph.

All required parameters must be populated in order to send to Azure.

Inheritance
MediaGraphNodeInput

Constructor

MediaGraphNodeInput(*, node_name: str, output_selectors: Optional[List[azure.media.analyticsedge._generated.models._models_py3.MediaGraphOutputSelector]] = None, **kwargs)

Parameters

node_name
str
Required

Required. The name of another node in the media graph, the output of which is used as input to this node.

output_selectors
list[<xref:azure.media.analyticsedge.models.MediaGraphOutputSelector>]
Required

Allows for the selection of particular streams from another node.