Table of Contents

Class BaseAudioContext

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

BaseAudioContext

public sealed class BaseAudioContext
Inheritance
BaseAudioContext
Inherited Members

Properties

CallbackBufferSize

callbackBufferSize

[JsonPropertyName("callbackBufferSize")]
public double CallbackBufferSize { get; set; }

Property Value

double

ContextId

contextId

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

Property Value

string

ContextState

contextState

[JsonPropertyName("contextState")]
public ContextState ContextState { get; set; }

Property Value

ContextState

ContextType

contextType

[JsonPropertyName("contextType")]
public ContextType ContextType { get; set; }

Property Value

ContextType

MaxOutputChannelCount

maxOutputChannelCount

[JsonPropertyName("maxOutputChannelCount")]
public double MaxOutputChannelCount { get; set; }

Property Value

double

RealtimeData

realtimeData

[JsonPropertyName("realtimeData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ContextRealtimeData RealtimeData { get; set; }

Property Value

ContextRealtimeData

SampleRate

sampleRate

[JsonPropertyName("sampleRate")]
public double SampleRate { get; set; }

Property Value

double