Freigeben über


DataSpace.DataspaceJpegR Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.

ISO/IEC TBD

[Android.Runtime.Register("DATASPACE_JPEG_R", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceType DataspaceJpegR = 4101;
[<Android.Runtime.Register("DATASPACE_JPEG_R", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceType enum directly instead of this field.", true)>]
val mutable DataspaceJpegR : Android.Hardware.DataSpaceType

Field Value

Value = 4101
Attributes

Remarks

ISO/IEC TBD

JPEG image with embedded recovery map following the Jpeg/R specification.

This value must always remain aligned with the public ImageFormat Jpeg/R definition and is valid with formats: HAL_PIXEL_FORMAT_BLOB: JPEG image encoded by Jpeg/R encoder according to ISO/IEC TBD. The image contains a standard SDR JPEG and a recovery map. Jpeg/R decoders can use the map to recover the input image.

Java documentation for android.hardware.DataSpace.DATASPACE_JPEG_R.

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