qisdk / com.aldebaran.qi.sdk.object.image / TimestampedImageHandle

TimestampedImageHandle

@QiStruct open class TimestampedImageHandle

Associates a timestamp to an EncodedImageHandle.

Since
3

Constructors

<init>

Create a new TimestampedImageHandle

TimestampedImageHandle(time: Long, image: EncodedImageHandle!)

Functions

equals

open fun equals(other: Any?): Boolean

getImage

Proxy to the image data.

open fun getImage(): EncodedImageHandle!

getTime

Timestamp of the data

open fun getTime(): Long

hashCode

open fun hashCode(): Int

setImage

Setter for image Proxy to the image data.

open fun setImage(image: EncodedImageHandle!): Unit

setTime

Setter for time Timestamp of the data

open fun setTime(time: Long): Unit

toString

open fun toString(): String