PresetVideoWatermark

data class PresetVideoWatermark(val horizontalAlign: String? = null, val horizontalOffset: String? = null, val id: String? = null, val maxHeight: String? = null, val maxWidth: String? = null, val opacity: String? = null, val sizingPolicy: String? = null, val target: String? = null, val verticalAlign: String? = null, val verticalOffset: String? = null)

Constructors

Link copied to clipboard
constructor(horizontalAlign: String? = null, horizontalOffset: String? = null, id: String? = null, maxHeight: String? = null, maxWidth: String? = null, opacity: String? = null, sizingPolicy: String? = null, target: String? = null, verticalAlign: String? = null, verticalOffset: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val horizontalAlign: String? = null

The horizontal position of the watermark unless you specify a nonzero value for horzontal_offset.

Link copied to clipboard

The amount by which you want the horizontal position of the watermark to be offset from the position specified by horizontal_align.

Link copied to clipboard
val id: String? = null

A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long. You can specify settings for up to four watermarks.

Link copied to clipboard
val maxHeight: String? = null

The maximum height of the watermark.

Link copied to clipboard
val maxWidth: String? = null

The maximum width of the watermark.

Link copied to clipboard
val opacity: String? = null

A percentage that indicates how much you want a watermark to obscure the video in the location where it appears.

Link copied to clipboard
val sizingPolicy: String? = null

A value that controls scaling of the watermark. Valid values are: Fit, Stretch, ShrinkToFit

Link copied to clipboard
val target: String? = null

A value that determines how Elastic Transcoder interprets values that you specified for video_watermarks.horizontal_offset, video_watermarks.vertical_offset, video_watermarks.max_width, and video_watermarks.max_height. Valid values are Content and Frame.

Link copied to clipboard
val verticalAlign: String? = null

The vertical position of the watermark unless you specify a nonzero value for vertical_align. Valid values are Top, Bottom, Center.

Link copied to clipboard
val verticalOffset: String? = null

The amount by which you want the vertical position of the watermark to be offset from the position specified by vertical_align