Partilhar via


Camera.CameraInfo.CameraFacingBack Campo

Definição

Cuidado

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

A face da câmera é oposta à da tela.

[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

Valor do campo

Value = 0
Atributos

Comentários

A face da câmera é oposta à da tela.

Documentação Java para android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a