public class PlayerEvent extends Object
| Constructor and Description |
|---|
PlayerEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Double |
getTimestamp()
Events are timestamped relative to the start of the player creation not relative to the start
of playback.
|
PlayerEventType |
getType() |
String |
getValue() |
void |
setName(String name) |
void |
setTimestamp(Double timestamp)
Events are timestamped relative to the start of the player creation not relative to the start
of playback.
|
void |
setType(PlayerEventType type) |
void |
setValue(String value) |
public PlayerEventType getType()
public void setType(PlayerEventType type)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
Copyright © 2020. All rights reserved.