共用方式為


ImageFormat.YcbcrP010 欄位

定義

警告

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

Android YUV P010 格式。

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

欄位值

Value = 54
屬性

備註

Android YUV P010 格式。

P010 是 4:2:0 YCbCr 半平面格式,由 WxH Y 平面組成,後面接著 Wx(H/2) CbCr 平面。 每個範例都會以16位位位元值來表示,而較低的6位設定為零。

例如,android.media.Image如果支援android.hardware.camera2.CameraDevice這個格式,物件就可以透過 android.hardware.camera2.CameraDeviceandroid.media.ImageReader 物件提供這個格式的數據。

android.graphics.ImageFormat.YCBCR_P010Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於