Package-level declarations

The media related events.

The media related events.

Types

Link copied to clipboard
public interface AudioEvent implements Event
public interface AudioEvent implements Event
An audio event on the loaded web page.
Link copied to clipboard
public interface AudioStartedPlaying implements AudioEvent
public interface AudioStartedPlaying implements AudioEvent
An event indicating that an audio has been started playing on the web page.
Link copied to clipboard
public interface AudioStoppedPlaying implements AudioEvent
public interface AudioStoppedPlaying implements AudioEvent
An event indicating that an audio has been stopped playing on the web page.