RCIMIWCompressOptions class

Constructors

RCIMIWCompressOptions.create({int? originalImageQuality, int? originalImageSize, int? originalImageMaxSize, int? thumbnailQuality, int? thumbnailMaxSize, int? thumbnailMinSize, int? sightCompressWidth, int? sightCompressHeight, int? locationThumbnailQuality, int? locationThumbnailWidth, int? locationThumbnailHeight})
RCIMIWCompressOptions.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
locationThumbnailHeight int?
位置消息压缩的高度
getter/setter pair
locationThumbnailQuality int?
位置消息缩略图压缩比例
getter/setter pair
locationThumbnailWidth int?
位置消息压缩的宽度
getter/setter pair
originalImageMaxSize int?
原图大小限制 配置发送图片时,如果图片大小不超过则发送原图
getter/setter pair
originalImageQuality int?
原图压缩比
getter/setter pair
originalImageSize int?
原图最长边的最大宽度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sightCompressHeight int?
小视频压缩高度,建议使用16的倍数
getter/setter pair
sightCompressWidth int?
小视频压缩宽度,建议使用16的倍数
getter/setter pair
thumbnailMaxSize int?
缩略图压缩宽、高
getter/setter pair
thumbnailMinSize int?
缩略图压缩最小宽、高
getter/setter pair
thumbnailQuality int?
缩略图压缩比例
getter/setter pair

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