Class AudioParam
AudioParam
public sealed class AudioParam
- Inheritance
-
AudioParam
- Inherited Members
Properties
ContextId
contextId
[JsonPropertyName("contextId")]
public string ContextId { get; set; }
Property Value
DefaultValue
defaultValue
[JsonPropertyName("defaultValue")]
public double DefaultValue { get; set; }
Property Value
MaxValue
maxValue
[JsonPropertyName("maxValue")]
public double MaxValue { get; set; }
Property Value
MinValue
minValue
[JsonPropertyName("minValue")]
public double MinValue { get; set; }
Property Value
NodeId
nodeId
[JsonPropertyName("nodeId")]
public string NodeId { get; set; }
Property Value
ParamId
paramId
[JsonPropertyName("paramId")]
public string ParamId { get; set; }
Property Value
ParamType
paramType
[JsonPropertyName("paramType")]
public string ParamType { get; set; }
Property Value
Rate
rate
[JsonPropertyName("rate")]
public AutomationRate Rate { get; set; }