共用方式為


Surface.ChangeFrameRateAlways 欄位

定義

警告

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

變更幀速率,即使轉換將是非無縫的,i。

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

欄位值

Value = 1

實作

屬性

備註

變更幀速率,即使轉換不會順暢,亦即使用者有視覺中斷。 當比對內容幀速率的好處超過轉換成本時,例如顯示長時間執行的視訊內容時,可能會使用非無縫交換器。

android.view.Surface.CHANGE_FRAME_RATE_ALWAYSJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於