Table of Contents

Class NodesConnectedEventArgs

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

Notifies that two AudioNodes are connected.

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

Constructors

NodesConnectedEventArgs(GraphObjectId, GraphObjectId, GraphObjectId, double?, double?)

Notifies that two AudioNodes are connected.

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

Parameters

ContextId GraphObjectId
SourceId GraphObjectId
DestinationId GraphObjectId
SourceOutputIndex double?
DestinationInputIndex double?

Properties

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

DestinationId

public GraphObjectId DestinationId { get; init; }

Property Value

GraphObjectId

DestinationInputIndex

public double? DestinationInputIndex { get; init; }

Property Value

double?

SourceId

public GraphObjectId SourceId { get; init; }

Property Value

GraphObjectId

SourceOutputIndex

public double? SourceOutputIndex { get; init; }

Property Value

double?