MediaGraphParameterDeclaration 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.
The declaration of a parameter in the media graph topology. A media graph topology can be authored with parameters. Then, during graph instance creation, the value for those parameters can be specified. This allows the same graph topology to be used as a blueprint for multiple graph instances with different values for the parameters.
public class MediaGraphParameterDeclaration
type MediaGraphParameterDeclaration = class
Public Class MediaGraphParameterDeclaration
- Inheritance
-
MediaGraphParameterDeclaration
Constructors
MediaGraphParameterDeclaration(String, MediaGraphParameterType) |
Initializes a new instance of MediaGraphParameterDeclaration. |
Properties
Default |
The default value for the parameter to be used if the media graph instance does not specify a value. |
Description |
Description of the parameter. |
Name |
The name of the parameter. |
Type |
The type of the parameter. |
Applies to
Azure SDK for .NET