QualityProfile

data class QualityProfile(val width: Int, val height: Int, val fps: Int)

A quality profile used to capture the video.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fps: Int

a FPS value used to capture the video

Link copied to clipboard
val height: Int

a frame height in pixels

Link copied to clipboard
val width: Int

a frame width in pixels