Class DashPlaybackConfiguration.Builder
-
- All Implemented Interfaces:
public class DashPlaybackConfiguration.Builder
The builder for the DASH playback configuration.
-
-
Constructor Summary
Constructors Constructor Description DashPlaybackConfiguration.Builder()
Creates a builder for the DASH playback configuration.
-
Method Summary
Modifier and Type Method Description DashPlaybackConfiguration.Builder
ignoreAvailabilityWindow(@Nullable() Boolean ignoreAvailabilityWindow)
Set this to force the player to ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available. DashPlaybackConfiguration
build()
Builds the DASH playback configuration. -
-
Method Detail
-
ignoreAvailabilityWindow
@NonNull() DashPlaybackConfiguration.Builder ignoreAvailabilityWindow(@Nullable() Boolean ignoreAvailabilityWindow)
Set this to force the player to ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available.
- - Available since v5.2.0.
- - This only applies to livestreams (with ``).
- - This only applies to streams that use ``.
- Parameters:
ignoreAvailabilityWindow
- Whether to ignore the availability window for all segments.
-
build
@NonNull() DashPlaybackConfiguration build()
Builds the DASH playback configuration.
-
-
-
-