Interface AudioStartedPlaying

All Superinterfaces:
AudioEvent, Event

public interface AudioStartedPlaying extends AudioEvent
An event indicating that an audio has been started playing on the web page.
  • Method Summary

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

    • audio

      default Audio audio()
      Description copied from interface: AudioEvent
      Returns the Audio instance initiated this event.
      Specified by:
      audio in interface AudioEvent