RetentionGraphEntry

data class RetentionGraphEntry(val x: Int, val y: Int)(source)

One point of the audience retention (watch-time heatmap) graph drawn above the seek bar.

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int

position in the video as a percentage of its duration, 0 to 100.

Link copied to clipboard
val y: Int

how many viewers were still watching at that position, relative to the peak.