Package io.webfolder.cdp.command
Interface WebAudioAsync
public interface WebAudioAsync
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
-
Method Summary
Modifier and TypeMethodDescriptiondisable()
Disables the WebAudio domain.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
CompletableFuture<Void> disable()Disables the WebAudio domain. -
enable
CompletableFuture<Void> enable()Enables the WebAudio domain and starts sending context lifetime events. -
getRealtimeData
Fetch the realtime data from the registered contexts.
-