TXCameraCaptureParam class

Camera acquisition parameters

This setting determines the quality of the local preview image.

Constructors

TXCameraCaptureParam({TXCameraCaptureMode mode = TXCameraCaptureMode.auto, int width = 640, int height = 360})

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
  • Field description: height of acquired image
  • getter/setter pair
    mode TXCameraCaptureMode
  • Field description: camera acquisition preferences,please see TXCameraCaptureMode
  • getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    width int
  • Field description: width of acquired image
  • 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