DepthFramePayload class

A depth frame to be sent to the Autonomy program.

Inheritance

Constructors

DepthFramePayload(Pointer<NativeFrames> pointer)
Saves the address of the pointer to send across isolates.

Properties

address int
The address of the data in memory, since pointers cannot be sent across isolates.
final
frame Pointer<NativeFrames>
The native frame being referenced by this pointer.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Frees the memory associated with the frame.
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