BuiltinTransformOption class

(Deprecated) The built-in video transform option class.

(已废弃)视频内嵌变换选项类。

Annotations
  • @deprecated
  • @JsonSerializable(explicitToJson: true)

Constructors

BuiltinTransformOption({bool? enable = false, bool? bReset = false, double? xScaling = 1.0, double? yScaling = 1.0, double? xRotation = 0.0, double? yRotation = 0.0, double? zRotation = 0.0, double? xProjection = 0.0, double? yProjection = 0.0})
Constructs a BuiltinTransformOption

Properties

bReset bool?
True to reset all parameters, false don't reset parameters. Default: NO.
getter/setter pair
enable bool?
Whether to enable built-in transform on video. Default: NO.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xProjection double?
Projection Depth along X axis. Default: 0.0.
getter/setter pair
xRotation double?
Delta angle of the rotation (in radians) in X axis. Default: 0.0
getter/setter pair
xScaling double?
scaling factor in X axis (1.0: no scaling). Default: 1.0.
getter/setter pair
yProjection double?
Projection Depth along Y axis. Default: 0.0.
getter/setter pair
yRotation double?
Delta Angle of the rotation (in radians) in Y axis. Default: 0.0
getter/setter pair
yScaling double?
scaling factor in Y axis (1.0: no scaling). Default: 1.0.
getter/setter pair
zRotation double?
Delta Angle of the rotation (in radians) in Z axis. Default: 0.0
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