public static class Hls.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Hls |
build()
Builds the HLS object with the selected settings.
|
Hls.Builder |
dvr(boolean dvr)
Whether to enable
DVR functionality —
rewinding, pausing, and resuming — in players that support it (true), or not (false, the default).
|
Hls.Builder |
lowLatency(boolean lowLatency)
Whether to enable
low-latency mode
for the HLSstream.
|
public Hls.Builder dvr(boolean dvr)
public Hls.Builder lowLatency(boolean lowLatency)
public Hls build()