MediaGraphParameterDefinition Class

Definition

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.

Applies to