VideoSizeChanged

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

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

Constructors

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

Properties

Link copied to clipboard

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.