BackgroundImage

@Serializable
@SerialName(value = "background-image")
data class BackgroundImage(val path: String) : VideoProcessor

Replace the background with the specified image. The path must be relative to the assets directory.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard