public class SegmentNotFoundEvent extends PlayerEvent<SegmentNotFoundEvent>
PlayerEventTypes.SEGMENTNOTFOUND
occurs for the Player
.Modifier and Type | Method and Description |
---|---|
String |
getError()
The error message to indicate why the segment was not found.
|
int |
getRetryCount()
The number of retries to fetch a given segment.
|
double |
getSegmentStartTime()
The time at which the segment should start.
|
public double getSegmentStartTime()
public String getError()
public int getRetryCount()
- If this returns -1, the number or retries is unknown or unavailable.