Compartir a través de


CameraMetadata.AutomotiveLocationExteriorRear Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.

El dispositivo de cámara existe fuera del marco del cuerpo del vehículo y en su lado trasero.

[Android.Runtime.Register("AUTOMOTIVE_LOCATION_EXTERIOR_REAR", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.AutomotiveLocation AutomotiveLocationExteriorRear = 3;
[<Android.Runtime.Register("AUTOMOTIVE_LOCATION_EXTERIOR_REAR", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.AutomotiveLocation enum directly instead of this field.", true)>]
val mutable AutomotiveLocationExteriorRear : Android.Hardware.Camera2.AutomotiveLocation

Valor de campo

Value = 3
Atributos

Comentarios

El dispositivo de cámara existe fuera del marco del cuerpo del vehículo y en su lado trasero.

Documentación de Java para android.hardware.camera2.CameraMetadata.AUTOMOTIVE_LOCATION_EXTERIOR_REAR.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a