Interface AudioEvent

All Superinterfaces:
Event
All Known Subinterfaces:
AudioStartedPlaying, AudioStoppedPlaying

public interface AudioEvent extends Event
An audio event on the loaded web page.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Audio instance initiated this event.
  • Method Details

    • audio

      Audio audio()
      Returns the Audio instance initiated this event.