Table of Contents

Class NodeParamDisconnectedEventArgs

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

Notifies that an AudioNode is disconnected to an AudioParam.

public sealed record NodeParamDisconnectedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<NodeParamDisconnectedEventArgs>
Inheritance
EventArgs
NodeParamDisconnectedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.AdditionalMessageData

Constructors

NodeParamDisconnectedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId, double?)

Notifies that an AudioNode is disconnected to an AudioParam.

public NodeParamDisconnectedEventArgs(GraphObjectId ContextId, GraphObjectId SourceId, GraphObjectId DestinationId, double? SourceOutputIndex = null)

Parameters

ContextId GraphObjectId
SourceId GraphObjectId
DestinationId GraphObjectId
SourceOutputIndex double?

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

DestinationId

public GraphObjectId DestinationId { get; init; }

Property Value

GraphObjectId

SourceId

public GraphObjectId SourceId { get; init; }

Property Value

GraphObjectId

SourceOutputIndex

public double? SourceOutputIndex { get; init; }

Property Value

double?