ImageFormat.RawPrivate フィールド

定義

注意事項

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

プライベート生カメラ センサーイメージ形式。実装に依存するピクセル レイアウトを持つ単一チャネルイメージ。

[Android.Runtime.Register("RAW_PRIVATE", ApiSince=24)]
[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 RawPrivate = 36;
[<Android.Runtime.Register("RAW_PRIVATE", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable RawPrivate : Android.Graphics.ImageFormatType

フィールド値

Value = 36
属性

注釈

の Java ドキュメント android.graphics.ImageFormat.RAW_PRIVATE

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

適用対象