Package 

Interface TimeRange

  • All Implemented Interfaces:

    
    public interface TimeRange
    
                        

    The TimeRange API which can be used to get information regarding a certain period in the playback.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract double getStart() The start time of the TimeRange.
      abstract double getEnd() The end time of the TimeRange.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait