public class MarkerEvent extends PlayerEvent
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
markerName |
private double |
presentationTime |
| Constructor and Description |
|---|
MarkerEvent(java.lang.String name,
double time)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMarkerName()
Returns the marker name.
|
double |
getPresentationTime()
Returns the presentation time of the Marker.
|
private java.lang.String markerName
private double presentationTime