Camera.Parameters.SetGpsTimestamp(Int64) Method

Definition

Caution

deprecated

Sets GPS timestamp.

[Android.Runtime.Register("setGpsTimestamp", "(J)V", "GetSetGpsTimestamp_JHandler")]
[System.Obsolete("deprecated")]
public virtual void SetGpsTimestamp (long timestamp);
[<Android.Runtime.Register("setGpsTimestamp", "(J)V", "GetSetGpsTimestamp_JHandler")>]
[<System.Obsolete("deprecated")>]
abstract member SetGpsTimestamp : int64 -> unit
override this.SetGpsTimestamp : int64 -> unit

Parameters

timestamp
Int64

GPS timestamp (UTC in seconds since January 1, 1970).

Attributes

Remarks

Sets GPS timestamp. This will be stored in JPEG EXIF header.

Java documentation for android.hardware.Camera.Parameters.setGpsTimestamp(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to