Android.Graphics.SurfaceTexture.Timestamp Property
Retrieve the timestamp associated with the texture image set by the most recent call to updateTexImage.

Syntax

[get: Android.Runtime.Register("getTimestamp", "()J", "GetGetTimestampHandler")]
public virtual long Timestamp { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the timestamp associated with the texture image set by the most recent call to updateTexImage. This timestamp is in nanoseconds, and is normally monotonically increasing. The timestamp should be unaffected by time-of-day adjustments, and for a camera should be strictly monotonic but for a MediaPlayer may be reset when the position is set. The specific meaning and zero point of the timestamp depends on the source providing images to the SurfaceTexture. Unless otherwise specified by the image source, timestamps cannot generally be compared across SurfaceTexture instances, or across multiple program invocations. It is mostly useful for determining time offsets between subsequent frames.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14