WatermarkOptions class

anyrtc watermark options. A class for setting the properties of watermark.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WatermarkOptions(Rectangle? positionInLandscapeMode, Rectangle? positionInPortraitMode, {bool? visibleInPreview})
Constructs a WatermarkOptions

Properties

hashCode int
The hash code for this object.
no setterinherited
positionInLandscapeMode Rectangle?
The watermark position in the landscape mode. See Rectangle.
getter/setter pair
positionInPortraitMode Rectangle?
The watermark position in the portrait mode. See Rectangle.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleInPreview bool?
Whether the watermark image is visible in the local video preview.
getter/setter pair

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