Package-level declarations
Types
Link copied to clipboard
Playback stats metrics Compute playback stats metrics likes stalls, playtime, bitrate, etc...
Link copied to clipboard
data class PlaybackMetrics(val sessionId: String, val bandwidth: Long, val indicatedBitrate: Long, val playbackDuration: Duration, val bufferingDuration: Duration, val stallCount: Int, val stallDuration: Duration, val loadDuration: PlaybackMetrics.LoadDuration, val totalLoadTime: Duration, val totalBytesLoaded: Long, val url: Uri?, val videoFormat: Format?, val audioFormat: Format?, val surfaceSize: Size, val totalDroppedFrames: Int)
Represents a generic event, which contains metrics about the current media stream.