HardwareRenderer.SyncContextIsStopped フィールド

定義

注意事項

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

ハードウェア レンダラーが "停止" 状態に設定されています。

[Android.Runtime.Register("SYNC_CONTEXT_IS_STOPPED", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Sync enum directly instead of this field.", true)]
public const Android.Graphics.Sync SyncContextIsStopped = 4;
[<Android.Runtime.Register("SYNC_CONTEXT_IS_STOPPED", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.Sync enum directly instead of this field.", true)>]
val mutable SyncContextIsStopped : Android.Graphics.Sync

フィールド値

Value = 4
属性

注釈

ハードウェア レンダラーが "停止" 状態に設定されています。 これが返された場合、レンダリング コンテンツは同期されていますが、フレームは生成されませんでした。

Javaドキュメント。

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

適用対象