Surface.ChangeFrameRateOnlyIfSeamless Field

Definition

Caution

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

Change the frame rate only if the transition is going to be seamless.

[Android.Runtime.Register("CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS", 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 ChangeFrameRateOnlyIfSeamless = 0;
[<Android.Runtime.Register("CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS", 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 ChangeFrameRateOnlyIfSeamless : Android.Views.SurfaceChangeFrameRate

Field Value

Value = 0

Implements

Attributes

Remarks

Change the frame rate only if the transition is going to be seamless.

Java documentation for android.view.Surface.CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to