Camera.Parameters.PictureFormat Property

Definition

Caution

deprecated

Returns the image format for pictures. -or- Sets the image format for pictures.

[System.Obsolete("deprecated")]
public virtual Android.Graphics.ImageFormatType PictureFormat { [Android.Runtime.Register("getPictureFormat", "()I", "GetGetPictureFormatHandler")] get; [Android.Runtime.Register("setPictureFormat", "(I)V", "GetSetPictureFormat_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPictureFormat", "()I", "GetGetPictureFormatHandler")>]
[<set: Android.Runtime.Register("setPictureFormat", "(I)V", "GetSetPictureFormat_IHandler")>]
member this.PictureFormat : Android.Graphics.ImageFormatType with get, set

Property Value

the picture format

Attributes

Remarks

Property getter documentation:

Returns the image format for pictures.

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

Property setter documentation:

Sets the image format for pictures.

Java documentation for android.hardware.Camera.Parameters.setPictureFormat(int).

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