Class DashPlaybackConfiguration.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DashPlaybackConfiguration.Builder

        DashPlaybackConfiguration.Builder()
        Creates a builder for 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 this source should be played using the legacy HLS pipeline.