Share via


Camera.Parameters.SupportedAntibanding Property

Definition

Caution

deprecated

Gets the supported antibanding values.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedAntibanding { [Android.Runtime.Register("getSupportedAntibanding", "()Ljava/util/List;", "GetGetSupportedAntibandingHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedAntibanding", "()Ljava/util/List;", "GetGetSupportedAntibandingHandler")>]
member this.SupportedAntibanding : System.Collections.Generic.IList<string>

Property Value

a list of supported antibanding values. null if antibanding setting is not supported.

Attributes

Remarks

Gets the supported antibanding values.

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

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