public class MarkerEvent extends PlayerEvent
Constructor and Description |
---|
MarkerEvent(String name,
double time)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getMarkerName()
Returns the marker name.
|
double |
getPresentationTime()
Returns the presentation time of the Marker.
|
public MarkerEvent(String name, double time)
name
- The name of the marker.time
- The presentation (stream) time of the marker.IllegalArgumentException
- if name
is null
or time<0.0
.public String getMarkerName()
public double getPresentationTime()
Copyright © 2020. All rights reserved.