Class PlayerEvent
- java.lang.Object
-
- org.openqa.selenium.devtools.media.model.PlayerEvent
-
public class PlayerEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlayerEvent(PlayerEventType type, Timestamp timestamp, java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()TimestampgetTimestamp()Events are timestamped relative to the start of the player creation not relative to the start of playback.PlayerEventTypegetType()java.lang.StringgetValue()
-
-
-
Constructor Detail
-
PlayerEvent
public PlayerEvent(PlayerEventType type, Timestamp timestamp, java.lang.String name, java.lang.String value)
-
-
Method Detail
-
getType
public PlayerEventType getType()
-
getTimestamp
public Timestamp getTimestamp()
Events are timestamped relative to the start of the player creation not relative to the start of playback.
-
getName
public java.lang.String getName()
-
getValue
public java.lang.String getValue()
-
-