ResizedEvent

data class ResizedEvent(val height: Int, val width: Int, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

Event when the video is resized aka changed resolution or mirror

Constructors

Link copied to clipboard
constructor(height: Int, width: Int, source: PlayerEventSource = PlayerEventSource.Player)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
open override val source: PlayerEventSource
Link copied to clipboard
val width: Int