WatermarkConfig

Used to configure watermark information.

export class WatermarkConfig {
id?: string;
type?: WatermarkSourceType;
buffer?: WatermarkBuffer;
timestamp?: WatermarkTimestamp;
literal?: WatermarkLiteral;
imageUrl?: string;
options?: WatermarkOptions;
}
Since
Available since v4.6.2.

Properties

id
Unique identifier of the watermark. It is recommended to use UUID.
type
Type of the watermark. See WatermarkSourceType.
buffer
Buffer of the watermark. See WatermarkBuffer.
timestamp
Timestamp of the watermark.
Note: (Linux only)
literal
Text content of the watermark.
Note: (Linux only)
imageUrl
URL of the watermark image file. Default is NULL.
options
Configuration options for the watermark. See WatermarkOptions.