Package com.opentok
Class Hls
java.lang.Object
com.opentok.Hls
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 -
Method Summary
Modifier and TypeMethodDescriptionboolean
dvr()
Whether DVR functionality — rewinding, pausing, and resuming — is enabled in players that support it.boolean
Whether low-latency mode is enabled for the HLSstream.
-
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.
-