Resolution

data class Resolution(val width: Int, val height: Int)

The screen resolution of a video

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aspect ratio

Link copied to clipboard
val height: Int

the height in pixels of the video

Link copied to clipboard
val width: Int

the width in pixels of the video