Class UIMediaEvent.TimeRanges

java.lang.Object
com.iizix.api.ui.UIMediaEvent.TimeRanges
Enclosing class:
UIMediaEvent

public static class UIMediaEvent.TimeRanges extends Object
Class for a TimeRanges value, used for "buffered" and "played" time ranges.
  • Method Details

    • getList

      public List<UIMediaEvent.TimeRange> getList()
      Gets the list of TimeRange instances.
      Returns:
      An unmodifiable list of TimeRange's.
    • equals

      public boolean equals(Object o)
      Checks if two objects are equal.
      Overrides:
      equals in class Object
      Parameters:
      o - The other object to compare with.
      Returns:
      The equality flag.
    • hashCode

      public int hashCode()
      Returns a hash code value for the object.
      Overrides:
      hashCode in class Object
      Returns:
      The hash code.
    • toString

      public String toString()
      Returns a string representation of the object.
      Overrides:
      toString in class Object
      Returns:
      A string representation of the object.