Class AbrStrategyMetadata

  • All Implemented Interfaces:

    
    public class AbrStrategyMetadata
    
                        

    The metadata of the adaptive bitrate strategy.

    • Nested Class Summary

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

      The builder for the metadata of the adaptive bitrate strategy.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final Integer bitrate
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getBitrate() The initial bitrate.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getBitrate

        @Nullable() Integer getBitrate()

        The initial bitrate.

        Returns:

        The initial bitrate, in bits per second. (Nullable)