Video

class Video

Settings for video.

Types

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

Properties

Link copied to clipboard
val bitrate: Int?

Bitrate for generated output, in bps. Default: 2500000.

Link copied to clipboard

Video frame rate, in fps. Default: 30.

Link copied to clipboard
val height: Int?

Video-resolution height. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.

Link copied to clipboard
val width: Int?

Video-resolution width. This must be an even number. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.

Functions

Link copied to clipboard
inline fun copy(block: Video.Builder.() -> Unit = {}): Video
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