public final class

AdaptiveTrackSelection.AdaptationCheckpoint

extends java.lang.Object

 java.lang.Object

↳androidx.media3.exoplayer.trackselection.AdaptiveTrackSelection.AdaptationCheckpoint

Overview

Checkpoint to determine allocated bandwidth.

Summary

Fields
public final longallocatedBandwidth

Allocated bandwidth at this checkpoint in bits per second.

public final longtotalBandwidth

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

Constructors
publicAdaptationCheckpoint(long totalBandwidth, long allocatedBandwidth)

Methods
public booleanequals(java.lang.Object o)

public inthashCode()

from java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

Fields

public final long totalBandwidth

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

public final long allocatedBandwidth

Allocated bandwidth at this checkpoint in bits per second.

Constructors

public AdaptationCheckpoint(long totalBandwidth, long allocatedBandwidth)

Methods

public boolean equals(java.lang.Object o)

public int hashCode()