Android.Graphics.ImageFormat.Nv16 Field
YCbCr format, used for video.

Value: 16

Syntax

[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.")]
public const ImageFormatType Nv16

Remarks

YCbCr format, used for video.

For the Android.Hardware.Camera2 API, the ImageFormat.Yuv420888 format is recommended for YUV output instead.

Whether this format is supported by the old camera API can be determined by NoType:android/hardware/Camera$Parameters;Href=../../../reference/android/hardware/Camera.Parameters.html#getSupportedPreviewFormats().

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8