Interface WebAudio


public interface WebAudio
This domain allows inspection of Web Audio API. https://webaudio.github.io/web-audio-api/
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disables the WebAudio domain.
    void
    Enables the WebAudio domain and starts sending context lifetime events.
    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

      ContextRealtimeData getRealtimeData(String contextId)
      Fetch the realtime data from the registered contexts.