Uses of Class
org.openqa.selenium.devtools.v141.webaudio.model.ContextRealtimeData
Packages that use ContextRealtimeData
Package
Description
-
Uses of ContextRealtimeData in org.openqa.selenium.devtools.v141.webaudio
Methods in org.openqa.selenium.devtools.v141.webaudio that return types with arguments of type ContextRealtimeDataModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<ContextRealtimeData> WebAudio.getRealtimeData(GraphObjectId contextId) Fetch the realtime data from the registered contexts. -
Uses of ContextRealtimeData in org.openqa.selenium.devtools.v141.webaudio.model
Methods in org.openqa.selenium.devtools.v141.webaudio.model that return types with arguments of type ContextRealtimeDataConstructor parameters in org.openqa.selenium.devtools.v141.webaudio.model with type arguments of type ContextRealtimeDataModifierConstructorDescriptionBaseAudioContext(GraphObjectId contextId, ContextType contextType, ContextState contextState, Optional<ContextRealtimeData> realtimeData, Number callbackBufferSize, Number maxOutputChannelCount, Number sampleRate)