Share via


Camera.Parameters.SupportedPictureFormats Property

Definition

Caution

deprecated

Gets the supported picture formats.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<Java.Lang.Integer>? SupportedPictureFormats { [Android.Runtime.Register("getSupportedPictureFormats", "()Ljava/util/List;", "GetGetSupportedPictureFormatsHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedPictureFormats", "()Ljava/util/List;", "GetGetSupportedPictureFormatsHandler")>]
member this.SupportedPictureFormats : System.Collections.Generic.IList<Java.Lang.Integer>

Property Value

supported picture formats. This method will always return a list with at least one element.

Attributes

Remarks

Gets the supported picture formats.

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

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