Share via


MediaGraphNodeInput Class

Definition

Extension for MediaGraphNodeInput.

public class MediaGraphNodeInput
type MediaGraphNodeInput = class
Public Class MediaGraphNodeInput
Inheritance
MediaGraphNodeInput

Constructors

MediaGraphNodeInput(String)

Initializes a new instance of MediaGraphNodeInput.

Properties

NodeName

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

OutputSelectors

Allows for the selection of particular streams from another node.

Methods

FromNodeName(String)

Constructs a MediaGraphNodeInput which connects all streams from the node with the given name.

Operators

Implicit(String to MediaGraphNodeInput)

Constructs a MediaGraphNodeInput which connects all streams from the node with the given name.

Applies to