FormatSettings

Contains the output format configuration for video processing.

Types

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

Properties

Link copied to clipboard

The target frame rate for the output.

Link copied to clipboard

The target height of the output, in pixels.

Link copied to clipboard

The target width of the output, in pixels.

Functions

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