AspectRatio

The width and height of the output video. Used in SubtitlingConfig to determine subtitle layout.

Types

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

Properties

Link copied to clipboard
val height: Int

The height component of the aspect ratio (for example, 9 in a 16:9 ratio).

Link copied to clipboard
val width: Int

The width component of the aspect ratio (for example, 16 in a 16:9 ratio).

Functions

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