Class DashPlaybackConfiguration

  • All Implemented Interfaces:

    
    public final class DashPlaybackConfiguration
    
                        

    The configuration for controlling playback of an DASH stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class DashPlaybackConfiguration.Builder

      The builder for the DASH playback configuration.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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.
      final Boolean ignoreAvailabilityWindow()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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>.