Table of Contents

Class AudioParamWillBeDestroyedEventArgs

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

AudioParamWillBeDestroyed

public sealed class AudioParamWillBeDestroyedEventArgs : EventArgs
Inheritance
AudioParamWillBeDestroyedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

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

Property Value

string

NodeId

Gets or sets the nodeId

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

Property Value

string

ParamId

Gets or sets the paramId

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

Property Value

string