Interface TimeRanges

All Superinterfaces:
org.teavm.jso.JSObject

public interface TimeRanges extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    end(int index)
     
    int
     
    float
    start(int index)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • getLength

      int getLength()
    • start

      float start(int index)
    • end

      float end(int index)