Class DashPlaybackConfiguration
-
- All Implemented Interfaces:
public class DashPlaybackConfigurationThe configuration for controlling playback of an DASH stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDashPlaybackConfiguration.BuilderThe builder for the DASH playback configuration.
-
Method Summary
Modifier and Type Method Description BooleanignoreAvailabilityWindow()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. booleanequals(Object o)inthashCode()-
-
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()
-
-
-
-