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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象