MediaGraphSink Class

Enables a media graph to write media data to a destination outside of the Live Video Analytics IoT Edge module.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: MediaGraphAssetSink, MediaGraphFileSink, MediaGraphIoTHubMessageSink.

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

Inheritance
MediaGraphSink

Constructor

MediaGraphSink(*, name: str, inputs: List[azure.media.analyticsedge._generated.models._models_py3.MediaGraphNodeInput], **kwargs)

Parameters

type
str
Required

Required. The discriminator for derived types.Constant filled by server.

name
str
Required

Required. The name to be used for the media graph sink.

inputs
list[<xref:azure.media.analyticsedge.models.MediaGraphNodeInput>]
Required

Required. 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.