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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

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

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

    • 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 ``.