ThumbImageBuffer class

The image content of the thumbnail or icon. Set in ScreenCaptureSourceInfo.

The default image is in the ARGB format. If you need to use another format, you need to convert the image on your own.

Annotations
  • @JsonSerializable(explicitToJson: true, includeIfNull: false)

Properties

buffer Uint8List?
The buffer of the thumbnail or icon.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The actual height (px) of the thumbnail or icon.
final
length int?
The buffer length of the thumbnail or icon, in bytes.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
The actual width (px) of the thumbnail or icon.
final

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