Table of Contents

Class AudioListener

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

Protocol object for AudioListener

public sealed record AudioListener : IEquatable<AudioListener>
Inheritance
AudioListener
Implements
Inherited Members

Constructors

AudioListener(GraphObjectId, GraphObjectId)

Protocol object for AudioListener

public AudioListener(GraphObjectId ListenerId, GraphObjectId ContextId)

Parameters

ListenerId GraphObjectId
ContextId GraphObjectId

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

ListenerId

public GraphObjectId ListenerId { get; init; }

Property Value

GraphObjectId