Class AdaptiveTrackSelection.AdaptationCheckpoint

  • Enclosing class:
    AdaptiveTrackSelection

    public static final class AdaptiveTrackSelection.AdaptationCheckpoint
    extends Object
    Checkpoint to determine allocated bandwidth.
    • Field Detail

      • totalBandwidth

        public final long totalBandwidth
        Total bandwidth in bits per second at which this checkpoint applies.
      • allocatedBandwidth

        public final long allocatedBandwidth
        Allocated bandwidth at this checkpoint in bits per second.
    • Constructor Detail

      • AdaptationCheckpoint

        public AdaptationCheckpoint​(long totalBandwidth,
                                    long allocatedBandwidth)
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              Object o)
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object