Class MediaTrackGraph.TimeSelection

  • Enclosing class:
    MediaTrackGraph

    public static class MediaTrackGraph.TimeSelection
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long end  
      long start  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeSelection​(long start, long end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        public long start
      • end

        public long end
    • Constructor Detail

      • TimeSelection

        public TimeSelection​(long start,
                             long end)