AdaptiveTrackSelection.AdaptationCheckpoint


public final class AdaptiveTrackSelection.AdaptationCheckpoint


Checkpoint to determine allocated bandwidth.

Summary

Public fields

final long

Allocated bandwidth at this checkpoint in bits per second.

final long

Total bandwidth in bits per second at which this checkpoint applies.

Public constructors

AdaptationCheckpoint(long totalBandwidth, long allocatedBandwidth)

Public methods

boolean
int

Public fields

allocatedBandwidth

public final long allocatedBandwidth

Allocated bandwidth at this checkpoint in bits per second.

totalBandwidth

public final long totalBandwidth

Total bandwidth in bits per second at which this checkpoint applies.

Public constructors

AdaptationCheckpoint

public AdaptationCheckpoint(long totalBandwidth, long allocatedBandwidth)

Public methods

equals

public boolean equals(@Nullable Object o)

hashCode

public int hashCode()