Table of Contents

Class AudioParam

Namespace
Selenium.WebDriver.BiDi.Cdp.WebAudio
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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

ParamId GraphObjectId
NodeId GraphObjectId
ContextId GraphObjectId
ParamType ParamType
Rate AutomationRate
DefaultValue double
MinValue double
MaxValue double

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

DefaultValue

public double DefaultValue { get; init; }

Property Value

double

MaxValue

public double MaxValue { get; init; }

Property Value

double

MinValue

public double MinValue { get; init; }

Property Value

double

NodeId

public GraphObjectId NodeId { get; init; }

Property Value

GraphObjectId

ParamId

public GraphObjectId ParamId { get; init; }

Property Value

GraphObjectId

ParamType

public ParamType ParamType { get; init; }

Property Value

ParamType

Rate

public AutomationRate Rate { get; init; }

Property Value

AutomationRate