Watermark class

Watermark's scaled coordinates and size, relative to the video stream.

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
The watermark height to the video stream's height in range of [0,1).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
The watermark's width to the video stream's width in range of [0,1).
final
x double
The watermark's horizontal offset from the upper left corner of the video stream to the video stream's width in range of [0,1).
final
y double
The watermark's vertical offset from the upper left corner of the video stream to the video stream's height in range of [0,1).
final

Methods

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

Operators

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