Class WebAudio
- java.lang.Object
-
- org.openqa.selenium.devtools.webaudio.WebAudio
-
@Beta public class WebAudio extends java.lang.Object
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
-
-
Constructor Summary
Constructors Constructor Description WebAudio()
-
Method Summary
-
-
-
Method Detail
-
enable
public static Command<java.lang.Void> enable()
Enables the WebAudio domain and starts sending context lifetime events.
-
disable
public static Command<java.lang.Void> disable()
Disables the WebAudio domain.
-
getRealtimeData
public static Command<ContextRealtimeData> getRealtimeData(GraphObjectId contextId)
Fetch the realtime data from the registered contexts.
-
contextCreated
public static Event<BaseAudioContext> contextCreated()
-
contextWillBeDestroyed
public static Event<GraphObjectId> contextWillBeDestroyed()
-
contextChanged
public static Event<BaseAudioContext> contextChanged()
-
audioListenerCreated
public static Event<AudioListener> audioListenerCreated()
-
audioListenerWillBeDestroyed
public static Event<AudioListenerWillBeDestroyed> audioListenerWillBeDestroyed()
-
audioNodeWillBeDestroyed
public static Event<AudioNodeWillBeDestroyed> audioNodeWillBeDestroyed()
-
audioParamCreated
public static Event<AudioParam> audioParamCreated()
-
audioParamWillBeDestroyed
public static Event<AudioParamWillBeDestroyed> audioParamWillBeDestroyed()
-
nodesConnected
public static Event<NodesConnected> nodesConnected()
-
nodesDisconnected
public static Event<NodesDisconnected> nodesDisconnected()
-
nodeParamConnected
public static Event<NodeParamConnected> nodeParamConnected()
-
nodeParamDisconnected
public static Event<NodeParamDisconnected> nodeParamDisconnected()
-
-