Package com.opentok

Class Hls

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Hls.Builder
      Used to create the Hls object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dvr()
      Whether DVR functionality — rewinding, pausing, and resuming — is enabled in players that support it.
      boolean lowLatency()
      Whether low-latency mode is enabled for the HLSstream.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • dvr

        public boolean dvr()
        Whether DVR functionality — rewinding, pausing, and resuming — is enabled in players that support it.
      • lowLatency

        public boolean lowLatency()
        Whether low-latency mode is enabled for the HLSstream. Some HLS players do not support low-latency mode.