ImageFormat.Jpeg フィールド

定義

注意事項

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

圧縮された JPEG 形式。

[Android.Runtime.Register("JPEG")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType Jpeg = 256;
[<Android.Runtime.Register("JPEG")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable Jpeg : Android.Graphics.ImageFormatType

フィールド値

Value = 256
属性

注釈

圧縮された JPEG 形式。

この形式は、常に API の android.hardware.camera2 出力形式として、および古い android.hardware.Camera API の画像形式としてサポートされます

android.graphics.ImageFormat.JPEGJava ドキュメント。

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

適用対象