語言

Surface.FrameRateCompatibilityFixedSource 欄位

定義

警告

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

這個表面用來顯示本質上固定幀率的內容,例如

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

欄位值

Value = 1

實作

屬性

備註

此表面用於顯示本質上固定幀率的內容,例如具有特定幀率的影片。 當系統選擇與應用程式要求不同的幀率時,應用程式需要進行下拉或使用其他技術來適應系統的幀率。 使用者體驗可能會比系統選擇應用程式要求的幀率更差(例如更多幀卡頓)。 這個數值應該用於影片內容。

Java 文件 android.view.Surface.FRAME_RATE_COMPATIBILITY_FIXED_SOURCE

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

適用於