MediaGraphParameterDefinition Class
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.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
MediaGraphParameterDefinition
Constructor
MediaGraphParameterDefinition(*, name: str, value: str, **kwargs)
Parameters
- value
- str
Required
Required. The value to supply for the named parameter defined in the media graph topology.
Feedback
Submit and view feedback for