Class HlsPlaybackConfiguration

  • All Implemented Interfaces:

    
    public class HlsPlaybackConfiguration
    
                        

    The configuration for controlling playback of an HLS stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HlsPlaybackConfiguration.Builder

      The builder for the HLS 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 isUseLegacy() Returns whether this source should be played using the legacy HLS pipeline.
      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

      • isUseLegacy

        @Nullable() Boolean isUseLegacy()

        Returns whether this source should be played using the legacy HLS pipeline.

        • If `true`, always use the legacy HLS pipeline.
        • If `false`, never use the legacy HLS pipeline.
        • If `null` (default), use the modern HLS pipeline if available, otherwise fall back to the legacy HLS pipeline.