Class AbrStrategyMetadata.Builder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AbrStrategyMetadata.Builder() Creates a builder for the metadata of the adaptive bitrate strategy.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      AbrStrategyMetadata.Builder setBitrate(int bitrate) Sets the initial bitrate.
      AbrStrategyMetadata build() Builds the metadata of the adaptive bitrate strategy.
      • Methods inherited from class java.lang.Object

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

      • AbrStrategyMetadata.Builder

        AbrStrategyMetadata.Builder()
        Creates a builder for the metadata of the adaptive bitrate strategy.