NativeDataStruct class

Image storage structure for VideoWorker.

Used when interacting with the convertRAW and convertYUV420toImageColor functions. For optimization purposes, memory is allocated once.

Constructors

NativeDataStruct()
NativeDataStruct.withSize(int byteCount)

Properties

bytes Uint8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isValid bool
no setter
pointer Pointer<Uint8>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resize(int byteCount) → void
toString() String
A string representation of this object.
inherited
write(Uint8List data) → void

Operators

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