Quality

data class Quality(val resolution: Quality.Resolution, val bitrate: Int, val frameRate: Float)

Constructors

Link copied to clipboard
constructor(resolution: Quality.Resolution, bitrate: Int, frameRate: Float)

Types

Link copied to clipboard
data class Resolution(val width: Int, val height: Int)

Properties

Link copied to clipboard
val bitrate: Int
Link copied to clipboard
val frameRate: Float
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun component2(): Int
Link copied to clipboard
operator fun component3(): Float
Link copied to clipboard
fun copy(resolution: Quality.Resolution, bitrate: Int, frameRate: Float): Quality