ImageFormat.YcbcrP010 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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.CameraDevice
android.media.ImageReader
物件提供這個格式的數據。
的 android.graphics.ImageFormat.YCBCR_P010
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。