BitrateChanged

data class BitrateChanged(val bitrate: Int, val width: Int, val height: Int, val frameRate: Float) : AnalyticsEvent

The video rendition in use changed (ABR switch or initial selection).

Constructors

Link copied to clipboard
constructor(bitrate: Int, width: Int, height: Int, frameRate: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int