Table of Contents

Class AudioParam

Namespace
OpenQA.Selenium.DevTools.V130.WebAudio
Assembly
WebDriver.dll

AudioParam

public sealed class AudioParam
Inheritance
AudioParam
Inherited Members

Properties

ContextId

contextId

[JsonPropertyName("contextId")]
public string ContextId { get; set; }

Property Value

string

DefaultValue

defaultValue

[JsonPropertyName("defaultValue")]
public double DefaultValue { get; set; }

Property Value

double

MaxValue

maxValue

[JsonPropertyName("maxValue")]
public double MaxValue { get; set; }

Property Value

double

MinValue

minValue

[JsonPropertyName("minValue")]
public double MinValue { get; set; }

Property Value

double

NodeId

nodeId

[JsonPropertyName("nodeId")]
public string NodeId { get; set; }

Property Value

string

ParamId

paramId

[JsonPropertyName("paramId")]
public string ParamId { get; set; }

Property Value

string

ParamType

paramType

[JsonPropertyName("paramType")]
public string ParamType { get; set; }

Property Value

string

Rate

rate

[JsonPropertyName("rate")]
public AutomationRate Rate { get; set; }

Property Value

AutomationRate