NERtcVideoCorrectionConfiguration constructor

NERtcVideoCorrectionConfiguration(
  1. {required CGPoint topLeft,
  2. required CGPoint topRight,
  3. required CGPoint bottomLeft,
  4. required CGPoint bottomRight,
  5. double? canvasHeight = 0,
  6. double? canvasWidth = 0,
  7. bool? enableMirror = false}
)

Implementation

NERtcVideoCorrectionConfiguration(
    {required this.topLeft,
    required this.topRight,
    required this.bottomLeft,
    required this.bottomRight,
    this.canvasHeight = 0,
    this.canvasWidth = 0,
    this.enableMirror = false});