Resolution

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

Represents a video resolution.

Constructors

Link copied to clipboard
fun Resolution(width: ULong, height: ULong)

Properties

Link copied to clipboard

height in pixels

Link copied to clipboard

width in pixels