Camera.Parameters.SupportedPreviewSizes Property

Definition

Caution

deprecated

Gets the supported preview sizes.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Android.Hardware.Camera.Size>? SupportedPreviewSizes { [Android.Runtime.Register("getSupportedPreviewSizes", "()Ljava/util/List;", "GetGetSupportedPreviewSizesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedPreviewSizes", "()Ljava/util/List;", "GetGetSupportedPreviewSizesHandler")>]
member this.SupportedPreviewSizes : System.Collections.Generic.IList<Android.Hardware.Camera.Size>

Property Value

a list of Size object. This method will always return a list with at least one element.

Attributes

Remarks

Gets the supported preview sizes.

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

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