CapturedImage class

Constructors

CapturedImage.new({required Uint8List bytes, required Uint8List nv21, required int width, required int height, required int rowBytes, required int pixelStride, required int rowStride, required String format, required int time, required int queue})
CapturedImage.fromMap(Map<String, dynamic> map)
factory

Properties

bytes Uint8List
getter/setter pair
format String
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height int
getter/setter pair
nv21 Uint8List
getter/setter pair
pixelStride int
getter/setter pair
queue int
getter/setter pair
rowBytes int
getter/setter pair
rowStride int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
getter/setter pair
width 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.
override

Operators

operator ==(Object other) bool
The equality operator.
override