Camera.Parameters.SetGpsTimestamp(Int64) Método

Definición

Precaución

deprecated

Establece la marca de tiempo gps.

[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

Parámetros

timestamp
Int64

Marca de tiempo gps (UTC en segundos desde el 1 de enero de 1970).

Atributos

Comentarios

Establece la marca de tiempo gps. Esto se almacenará en el encabezado JPEG EXIF.

Java documentación para android.hardware.Camera.Parameters.setGpsTimestamp(long).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a