MotionImageInsertionOffset class
Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.
Constructors
- MotionImageInsertionOffset({int? imageX, int? imageY})
-
MotionImageInsertionOffset.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageX → int?
-
Set the distance, in pixels, between the overlay and the left edge of the
video frame.
final
- imageY → int?
-
Set the distance, in pixels, between the overlay and the top edge of the
video frame.
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