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