Class AudioParam
Protocol object for AudioParam
public sealed record AudioParam : IEquatable<AudioParam>
- Inheritance
-
AudioParam
- Implements
- Inherited Members
Constructors
AudioParam(GraphObjectId, GraphObjectId, GraphObjectId, ParamType, AutomationRate, double, double, double)
Protocol object for AudioParam
public AudioParam(GraphObjectId ParamId, GraphObjectId NodeId, GraphObjectId ContextId, ParamType ParamType, AutomationRate Rate, double DefaultValue, double MinValue, double MaxValue)
Parameters
ParamIdGraphObjectIdNodeIdGraphObjectIdContextIdGraphObjectIdParamTypeParamTypeRateAutomationRateDefaultValuedoubleMinValuedoubleMaxValuedouble
Properties
ContextId
public GraphObjectId ContextId { get; init; }
Property Value
DefaultValue
public double DefaultValue { get; init; }
Property Value
MaxValue
public double MaxValue { get; init; }
Property Value
MinValue
public double MinValue { get; init; }
Property Value
NodeId
public GraphObjectId NodeId { get; init; }
Property Value
ParamId
public GraphObjectId ParamId { get; init; }
Property Value
ParamType
public ParamType ParamType { get; init; }
Property Value
Rate
public AutomationRate Rate { get; init; }