StartScreencastParameter

@Serializable
data class StartScreencastParameter(val format: String? = null, val quality: Int? = null, val maxWidth: Int? = null, val maxHeight: Int? = null, val everyNthFrame: Int? = null)

Constructors

Link copied to clipboard
constructor(format: String? = null, quality: Int? = null, maxWidth: Int? = null, maxHeight: Int? = null, everyNthFrame: Int? = null)

Properties

Link copied to clipboard
val everyNthFrame: Int? = null

Send every n-th frame.

Link copied to clipboard
val format: String? = null

Image compression format.

Link copied to clipboard
val maxHeight: Int? = null

Maximum screenshot height.

Link copied to clipboard
val maxWidth: Int? = null

Maximum screenshot width.

Link copied to clipboard
val quality: Int? = null

Compression quality from range 0..100.