Uses of Class
org.openqa.selenium.devtools.webaudio.model.ContextRealtimeData
-
Packages that use ContextRealtimeData Package Description org.openqa.selenium.devtools.webaudio org.openqa.selenium.devtools.webaudio.model -
-
Uses of ContextRealtimeData in org.openqa.selenium.devtools.webaudio
Methods in org.openqa.selenium.devtools.webaudio that return types with arguments of type ContextRealtimeData Modifier and Type Method Description static Command<ContextRealtimeData>
WebAudio. getRealtimeData(GraphObjectId contextId)
Fetch the realtime data from the registered contexts. -
Uses of ContextRealtimeData in org.openqa.selenium.devtools.webaudio.model
Methods in org.openqa.selenium.devtools.webaudio.model that return ContextRealtimeData Modifier and Type Method Description ContextRealtimeData
BaseAudioContext. getRealtimeData()
Constructors in org.openqa.selenium.devtools.webaudio.model with parameters of type ContextRealtimeData Constructor Description BaseAudioContext(GraphObjectId contextId, ContextType contextType, ContextState contextState, ContextRealtimeData realtimeData, java.lang.Number callbackBufferSize, java.lang.Number maxOutputChannelCount, java.lang.Number sampleRate)
-