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.new()
- NativeDataStruct.withSize(int byteCount)
Properties
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