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

IList<String>
Attributes

Remarks

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