Class AdaptiveTrackSelection.AdaptationCheckpoint
- java.lang.Object
-
- com.google.android.exoplayer2.trackselection.AdaptiveTrackSelection.AdaptationCheckpoint
-
- Enclosing class:
- AdaptiveTrackSelection
public static final class AdaptiveTrackSelection.AdaptationCheckpoint extends Object
Checkpoint to determine allocated bandwidth.
-
-
Field Summary
Fields Modifier and Type Field Description longallocatedBandwidthAllocated bandwidth at this checkpoint in bits per second.longtotalBandwidthTotal bandwidth in bits per second at which this checkpoint applies.
-
Constructor Summary
Constructors Constructor Description AdaptationCheckpoint(long totalBandwidth, long allocatedBandwidth)
-