FlutterDesktopPixelBufferTextureConfig class final

An object used to configure pixel buffer textures.

Inheritance

Properties

callback FlutterDesktopPixelBufferTextureCallback
The callback used by the engine to copy the pixel buffer object.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user_data Pointer<NativeType>
Opaque data that will get passed to the provided callback.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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