Class AbrStrategyMetadata.Builder

  • All Implemented Interfaces:

    
    public final class AbrStrategyMetadata.Builder
    
                        

    The builder for the metadata of the adaptive bitrate strategy.

    • 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
      final AbrStrategyMetadata.Builder setBitrate(Integer bitrate) Sets the initial bitrate.
      final 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.