Class DashPlaybackConfiguration
-
- All Implemented Interfaces:
public final class DashPlaybackConfigurationThe configuration for controlling playback of an DASH stream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDashPlaybackConfiguration.BuilderThe builder for the DASH playback configuration.
-
Field Summary
Fields Modifier and Type Field Description private final BooleanignoreAvailabilityWindow
-
Constructor Summary
Constructors Constructor Description DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)
-
Method Summary
Modifier and Type Method Description final BooleangetIgnoreAvailabilityWindow()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. final BooleanignoreAvailabilityWindow()-
-
Constructor Detail
-
DashPlaybackConfiguration
DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)
-
-
Method Detail
-
getIgnoreAvailabilityWindow
final Boolean getIgnoreAvailabilityWindow()
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
<MPD type="dynamic">).This only applies to streams that use
<SegmentTimeline>.
-
ignoreAvailabilityWindow
@Deprecated(message = "use ignoreAvailabilityWindow property") final Boolean ignoreAvailabilityWindow()
-
-
-
-