BackgroundImage

@Serializable
data class BackgroundImage(path: String) : VideoProcessor

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

Constructors

Link copied to clipboard
fun BackgroundImage(path: String)

Properties

Link copied to clipboard
val path: String