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.

Nested Class Summary

Nested Classes

Modifier and Type

Class

Description

static class

Hls.Builder

Used to create the Hls object.

Method Summary

All MethodsInstance MethodsConcrete 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 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.