Freigeben über


ImageDecoder.DecodeException.SourceMalformedData Field

Definition

Caution

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

The encoded data contained an error.

[Android.Runtime.Register("SOURCE_MALFORMED_DATA", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)]
public const Android.Graphics.ImageDecoderErrorType SourceMalformedData = 3;
[<Android.Runtime.Register("SOURCE_MALFORMED_DATA", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderErrorType enum directly instead of this field.", true)>]
val mutable SourceMalformedData : Android.Graphics.ImageDecoderErrorType

Field Value

Value = 3
Attributes

Remarks

The encoded data contained an error.

Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_MALFORMED_DATA.

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