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
属性

注釈

プライベート生カメラセンサー画像フォーマット、実装に依存するピクセルレイアウトを備えた単一チャネル画像。

RAW_PRIVATEは、イメージ センサーから送信される未処理の生画像バッファーの形式です。 この形式のバッファーの実際の構造は、実装に依存します。

Javaドキュメント。

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

適用対象