言語

ImageDecoder.DecodeException.SourceMalformedData フィールド

定義

注意事項

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

エンコードされたデータにエラーが含まれていました。

[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

フィールド値

Value = 3
属性

注釈

エンコードされたデータにエラーが含まれていました。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象