Package com.iizix.api.ui
Class UIMediaEvent.TimeRange
java.lang.Object
com.iizix.api.ui.UIMediaEvent.TimeRange
- Enclosing class:
- UIMediaEvent
Class for a TimeRange.
Method Summary
Method Details
getStart
public double getStart()Gets the start time in seconds.- Returns:
- The start time of this range.
getEnd
public double getEnd()Gets the end time in seconds.- Returns:
- The end time of this range.
equals
Checks if two objects are equal.hashCode
public int hashCode()Returns a hash code value for the object.toString
Returns a string representation of the object.