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- getStartpublic double getStart()Gets the start time in seconds.- Returns:
- The start time of this range.
 
- getEndpublic double getEnd()Gets the end time in seconds.- Returns:
- The end time of this range.
 
- equalsChecks if two objects are equal.
- hashCodepublic int hashCode()Returns a hash code value for the object.
- toStringReturns a string representation of the object.