ImageFormat.Nv16 フィールド

定義

注意事項

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

ビデオに使用される YCbCr 形式。

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

フィールド値

Value = 16
属性

注釈

ビデオに使用される YCbCr 形式。

android.hardware.camera2 API では、代わりに YUV 出力に#YUV_420_888形式をお勧めします。

この形式が古いカメラ API でサポートされているかどうかは、 android.hardware.Camera.Parameters#getSupportedPreviewFormats()によって判断できます。

Javaドキュメント。

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

適用対象