Table of Contents

Class AudioNode

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

Protocol object for AudioNode

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

Constructors

AudioNode(GraphObjectId, GraphObjectId, NodeType, double, double, double, ChannelCountMode, ChannelInterpretation)

Protocol object for AudioNode

public AudioNode(GraphObjectId NodeId, GraphObjectId ContextId, NodeType NodeType, double NumberOfInputs, double NumberOfOutputs, double ChannelCount, ChannelCountMode ChannelCountMode, ChannelInterpretation ChannelInterpretation)

Parameters

NodeId GraphObjectId
ContextId GraphObjectId
NodeType NodeType
NumberOfInputs double
NumberOfOutputs double
ChannelCount double
ChannelCountMode ChannelCountMode
ChannelInterpretation ChannelInterpretation

Properties

ChannelCount

public double ChannelCount { get; init; }

Property Value

double

ChannelCountMode

public ChannelCountMode ChannelCountMode { get; init; }

Property Value

ChannelCountMode

ChannelInterpretation

public ChannelInterpretation ChannelInterpretation { get; init; }

Property Value

ChannelInterpretation

ContextId

public GraphObjectId ContextId { get; init; }

Property Value

GraphObjectId

NodeId

public GraphObjectId NodeId { get; init; }

Property Value

GraphObjectId

NodeType

public NodeType NodeType { get; init; }

Property Value

NodeType

NumberOfInputs

public double NumberOfInputs { get; init; }

Property Value

double

NumberOfOutputs

public double NumberOfOutputs { get; init; }

Property Value

double