MediaGraphProcessor Class
A node that represents the desired processing of media in a graph. Takes media and/or events as inputs, and emits media and/or event as output.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: MediaGraphExtensionProcessorBase, MediaGraphMotionDetectionProcessor, MediaGraphSignalGateProcessor.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
MediaGraphProcessor
Constructor
MediaGraphProcessor(*, name: str, inputs: List[azure.media.analyticsedge._generated.models._models_py3.MediaGraphNodeInput], **kwargs)
Parameters
- 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 processor node.
Feedback
Submit and view feedback for