VideoSizeChanged

data class VideoSizeChanged(width: Int, height: Int, aspectRatio: Float) : PlayerEvent

Emitted when the current size of the video content has changed.

Constructors

Link copied to clipboard
fun VideoSizeChanged(width: Int, height: Int, aspectRatio: Float)

Properties

Link copied to clipboard
val aspectRatio: Float

The new aspect ratio.

Link copied to clipboard
val height: Int

The new height in pixels.

Link copied to clipboard
val width: Int

The new width in pixels.