Язык

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, используемый для видео.

Для API #YUV_420_888 вместо этого рекомендуется использовать формат выходных android.hardware.camera2 данных YUV.

Можно ли определить android.hardware.Camera.Parameters#getSupportedPreviewFormats(), поддерживается ли этот формат старым API камеры.

Java документации по android.graphics.ImageFormat.NV16.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к