ImageFormat.Nv16 フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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()によって判断できます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。