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
The unique identifier of the watermark. It is recommended to use a UUID.
type
The type of the watermark. See WatermarkSourceType.
buffer
The buffer of the watermark. See WatermarkBuffer.
timestamp
The timestamp of the watermark.
Note: (Linux only)
literal
The text content of the watermark.
Note: (Linux only)
imageUrl
The URL of the watermark image file. The default value is NULL.
options
The configuration options for the watermark. See WatermarkOptions.