JobWatermark class

Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

Constructors

JobWatermark({Encryption? encryption, String? inputKey, String? presetWatermarkId})
JobWatermark.fromJson(Map<String, dynamic> json)
factory

Properties

encryption Encryption?
The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
final
hashCode int
The hash code for this object.
no setterinherited
inputKey String?
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.
final
presetWatermarkId String?
The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited