PlayerStuckDetectionTimeouts

data class PlayerStuckDetectionTimeouts(val stuckPlayingDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_PLAYING_DETECTION_TIMEOUT_MS, val stuckSuppressedDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_SUPPRESSED_DETECTION_TIMEOUT_MS, val stuckBufferingDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_BUFFERING_DETECTION_TIMEOUT_MS, val stuckPlayingNotEndingTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_PLAYING_NOT_ENDING_TIMEOUT_MS)(source)

Constructors

Link copied to clipboard
constructor(stuckPlayingDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_PLAYING_DETECTION_TIMEOUT_MS, stuckSuppressedDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_SUPPRESSED_DETECTION_TIMEOUT_MS, stuckBufferingDetectionTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_BUFFERING_DETECTION_TIMEOUT_MS, stuckPlayingNotEndingTimeoutMs: Int = ExoPlayer.DEFAULT_STUCK_PLAYING_NOT_ENDING_TIMEOUT_MS)

Types

Link copied to clipboard
object Companion