Table of Contents

Class NodeParamConnectedEventArgs

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

Notifies that an AudioNode is connected to an AudioParam.

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

Constructors

NodeParamConnectedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId, double?)

Notifies that an AudioNode is connected to an AudioParam.

public NodeParamConnectedEventArgs(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?