MediaGraphParameterDefinition 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 key-value pair. A media graph topology allows certain values to be parameterized. When an instance is created, the parameters are supplied with arguments specific to that instance. This allows the same graph topology to be used as a blueprint for multiple graph instances with different values for the parameters.
public class MediaGraphParameterDefinition
type MediaGraphParameterDefinition = class
Public Class MediaGraphParameterDefinition
- Inheritance
-
MediaGraphParameterDefinition
Constructors
MediaGraphParameterDefinition(String, String) |
Initializes a new instance of MediaGraphParameterDefinition. |
Properties
Name |
The name of the parameter defined in the media graph topology. |
Value |
The value to supply for the named parameter defined in the media graph topology. |