Package io.webfolder.cdp.command
Interface WebAudio
public interface WebAudio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable()
Disables the WebAudio domain.void
enable()
Enables the WebAudio domain and starts sending context lifetime events.getRealtimeData
(String contextId) Fetch the realtime data from the registered contexts.
-
Method Details
-
disable
void disable()Disables the WebAudio domain. -
enable
void enable()Enables the WebAudio domain and starts sending context lifetime events. -
getRealtimeData
Fetch the realtime data from the registered contexts.
-