AdaptiveTrackSelection.AdaptationCheckpoint


class AdaptiveTrackSelection.AdaptationCheckpoint


Checkpoint to determine allocated bandwidth.

Summary

Public constructors

AdaptationCheckpoint(totalBandwidth: Long, allocatedBandwidth: Long)

Public functions

Boolean
equals(o: Any?)
Int

Public properties

Long

Allocated bandwidth at this checkpoint in bits per second.

Long

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

Public constructors

AdaptationCheckpoint

AdaptationCheckpoint(totalBandwidth: Long, allocatedBandwidth: Long)

Public functions

equals

fun equals(o: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

allocatedBandwidth

val allocatedBandwidthLong

Allocated bandwidth at this checkpoint in bits per second.

totalBandwidth

val totalBandwidthLong

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