MediaGraphProcessor Class
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.
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.
public class MediaGraphProcessor
type MediaGraphProcessor = class
Public Class MediaGraphProcessor
- Inheritance
-
MediaGraphProcessor
- Derived
Constructors
MediaGraphProcessor(String, IEnumerable<MediaGraphNodeInput>) |
Initializes a new instance of MediaGraphProcessor. |
Properties
Inputs |
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. |
Name |
The name for this processor node. |
Applies to
Azure SDK for .NET