ImageFormat.RawPrivate フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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は、イメージ センサーから送信される未処理の生画像バッファーの形式です。 この形式のバッファーの実際の構造は、実装に依存します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。