Class BaseAudioContext

java.lang.Object
org.openqa.selenium.devtools.v85.webaudio.model.BaseAudioContext

public class BaseAudioContext extends Object
Protocol object for BaseAudioContext
  • Constructor Details

  • Method Details

    • getContextId

      public GraphObjectId getContextId()
    • getContextType

      public ContextType getContextType()
    • getContextState

      public ContextState getContextState()
    • getRealtimeData

      public Optional<ContextRealtimeData> getRealtimeData()
    • getCallbackBufferSize

      public Number getCallbackBufferSize()
      Platform-dependent callback buffer size.
    • getMaxOutputChannelCount

      public Number getMaxOutputChannelCount()
      Number of output channels supported by audio hardware in use.
    • getSampleRate

      public Number getSampleRate()
      Context sample rate.