MediaGraphProcessor Class

Definition

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