Class DashPlaybackConfiguration
-
- All Implemented Interfaces:
public class DashPlaybackConfiguration
The configuration for controlling playback of an DASH stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
DashPlaybackConfiguration.Builder
The builder for the DASH playback configuration.
-
Method Summary
Modifier and Type Method Description Boolean
ignoreAvailabilityWindow()
Returns whether the player will forcefully ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available. boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
ignoreAvailabilityWindow
@Nullable() Boolean ignoreAvailabilityWindow()
Returns whether the player will forcefully 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 ``.
-
hashCode
int hashCode()
-
-
-
-