Package com.opentok

Class Hls

java.lang.Object
com.opentok.Hls

public class Hls extends Object
Represents HLS options for a live streaming broadcast. Pass this object into the BroadcastProperties.Builder.hls(Hls) method. It is returned by the BroadcastProperties.hls() method.
  • Method Details

    • 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.