NativeDataStruct class Null safety
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
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
resize(
int byteCount) → void -
toString(
) → String -
A string representation of this object.
inherited
-
write(
dynamic data) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited