Class BaseAudioContext
java.lang.Object
org.openqa.selenium.devtools.v119.webaudio.model.BaseAudioContext
Protocol object for BaseAudioContext
-
Constructor Summary
ConstructorDescriptionBaseAudioContext
(GraphObjectId contextId, ContextType contextType, ContextState contextState, Optional<ContextRealtimeData> realtimeData, Number callbackBufferSize, Number maxOutputChannelCount, Number sampleRate) -
Method Summary
Modifier and TypeMethodDescriptionPlatform-dependent callback buffer size.Number of output channels supported by audio hardware in use.Context sample rate.
-
Constructor Details
-
BaseAudioContext
public BaseAudioContext(GraphObjectId contextId, ContextType contextType, ContextState contextState, Optional<ContextRealtimeData> realtimeData, Number callbackBufferSize, Number maxOutputChannelCount, Number sampleRate)
-
-
Method Details
-
getContextId
-
getContextType
-
getContextState
-
getRealtimeData
-
getCallbackBufferSize
Platform-dependent callback buffer size. -
getMaxOutputChannelCount
Number of output channels supported by audio hardware in use. -
getSampleRate
Context sample rate.
-