HardwareBuffer.Ycbcr420888 Field

Definition

Caution

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

Format: Planar YCbCr 420; must have an even width and height

[Android.Runtime.Register("YCBCR_420_888", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)]
public const Android.Hardware.HardwareBufferFormat Ycbcr420888 = 35;
[<Android.Runtime.Register("YCBCR_420_888", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.HardwareBufferFormat enum directly instead of this field.", true)>]
val mutable Ycbcr420888 : Android.Hardware.HardwareBufferFormat

Field Value

Value = 35

Implements

Attributes

Remarks

Format: Planar YCbCr 420; must have an even width and height

Java documentation for android.hardware.HardwareBuffer.YCBCR_420_888.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to