語言

PixelCopy.ErrorSourceNoData 欄位

定義

警告

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

來源沒有什麼可複製的。

[Android.Runtime.Register("ERROR_SOURCE_NO_DATA", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)]
public const Android.Views.PixelCopyResult ErrorSourceNoData = 3;
[<Android.Runtime.Register("ERROR_SOURCE_NO_DATA", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)>]
val mutable ErrorSourceNoData : Android.Views.PixelCopyResult

欄位值

Value = 3
屬性

備註

來源沒有什麼可複製的。 當來源是 時 Surface ,表示還沒有緩衝區被排隊。 等來源產生一幀再試一次。

Java 文件 android.view.PixelCopy.ERROR_SOURCE_NO_DATA

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於