Watermark class
水印图片相对视频流的位置和大小
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
水印图片高度与视频流高度的比值,取值范围为 [0,1)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → double
-
水印图片宽度与视频流宽度的比值,取值范围 [0,1)
final
- x → double
-
水印图片相对视频流左上角的横向偏移与视频流宽度的比值,取值范围为 [0,1)
final
- y → double
-
水印图片相对视频流左上角的纵向偏移与视频流高度的比值,取值范围为 [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