Partager via


Camera.CameraInfo.CameraFacingBack Champ

Définition

Attention

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

La face de l’appareil photo est opposée à celle de l’écran.

[Android.Runtime.Register("CAMERA_FACING_BACK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.CameraFacing enum directly instead of this field.", true)]
public const Android.Hardware.CameraFacing CameraFacingBack = 0;
[<Android.Runtime.Register("CAMERA_FACING_BACK")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.CameraFacing enum directly instead of this field.", true)>]
val mutable CameraFacingBack : Android.Hardware.CameraFacing

Valeur de champ

Value = 0
Attributs

Remarques

La face de l’appareil photo est opposée à celle de l’écran.

Documentation Java pour android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à