Compartir a través de


CameraMetadata.ControlExtendedSceneModeDisabled Campo

Definición

Precaución

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

El modo de escena extendida está deshabilitado.

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

Valor de campo

Value = 0
Atributos

Comentarios

El modo de escena extendida está deshabilitado.

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

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