Share via


Camera.Parameters.Antibanding Property

Definition

Caution

deprecated

Gets the current antibanding setting. -or- Sets the antibanding.

[System.Obsolete("deprecated")]
public virtual string? Antibanding { [Android.Runtime.Register("getAntibanding", "()Ljava/lang/String;", "GetGetAntibandingHandler")] get; [Android.Runtime.Register("setAntibanding", "(Ljava/lang/String;)V", "GetSetAntibanding_Ljava_lang_String_Handler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getAntibanding", "()Ljava/lang/String;", "GetGetAntibandingHandler")>]
[<set: Android.Runtime.Register("setAntibanding", "(Ljava/lang/String;)V", "GetSetAntibanding_Ljava_lang_String_Handler")>]
member this.Antibanding : string with get, set

Property Value

current antibanding. null if antibanding setting is not supported.

Attributes

Remarks

Property getter documentation:

Gets the current antibanding setting.

Java documentation for android.hardware.Camera.Parameters.getAntibanding().

Property setter documentation:

Sets the antibanding.

Java documentation for android.hardware.Camera.Parameters.setAntibanding(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also