Package 

Enum AbrStrategyType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum AbrStrategyType
    
                        

    The adaptive bitrate strategy of the first segment.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PERFORMANCE

      The player will optimize ABR behavior to focus on the performance of the player. This strategy initiates playback with the lowest quality suitable for the device which means faster start-up time.

      QUALITY

      The player will optimize ABR behavior to focus displaying the best visual quality to the end-user. This strategy initiates playback with the highest bit rate suitable for the device.

      BANDWIDTH

      The player will optimize the ABR behavior to focus on displaying the most optimal quality based on historic data of available bandwidth and knowledge of the network conditions.

    • Method Summary

      Modifier and Type Method Description
      static Array<AbrStrategyType> values()
      static AbrStrategyType valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait