Share via


Camera.Parameters.SupportedJpegThumbnailSizes Property

Definition

Caution

deprecated

Gets the supported jpeg thumbnail sizes.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Android.Hardware.Camera.Size>? SupportedJpegThumbnailSizes { [Android.Runtime.Register("getSupportedJpegThumbnailSizes", "()Ljava/util/List;", "GetGetSupportedJpegThumbnailSizesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedJpegThumbnailSizes", "()Ljava/util/List;", "GetGetSupportedJpegThumbnailSizesHandler")>]
member this.SupportedJpegThumbnailSizes : 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 two elements. Size 0,0 (no thumbnail) is always supported.

Attributes

Remarks

Gets the supported jpeg thumbnail sizes.

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

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