Table of Contents

Class NodesDisconnectedEventArgs

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

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

public sealed class NodesDisconnectedEventArgs : EventArgs
Inheritance
NodesDisconnectedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

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

Property Value

string

DestinationId

Gets or sets the destinationId

[JsonPropertyName("destinationId")]
public string DestinationId { get; set; }

Property Value

string

DestinationInputIndex

Gets or sets the destinationInputIndex

[JsonPropertyName("destinationInputIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? DestinationInputIndex { get; set; }

Property Value

double?

SourceId

Gets or sets the sourceId

[JsonPropertyName("sourceId")]
public string SourceId { get; set; }

Property Value

string

SourceOutputIndex

Gets or sets the sourceOutputIndex

[JsonPropertyName("sourceOutputIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? SourceOutputIndex { get; set; }

Property Value

double?