Resolution

Contains the width and height dimensions, in pixels, that define the resolution of the stream session's virtual monitor. The total number of pixels (width × height) must not exceed 2,073,600 (equivalent to 1920 × 1080).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int

The height of the stream session's virtual monitor, in pixels. The value must be an even number.

Link copied to clipboard
val width: Int

The width of the stream session's virtual monitor, in pixels. The value must be an even number.

Functions

Link copied to clipboard
inline fun copy(block: Resolution.Builder.() -> Unit = {}): Resolution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String