Surface.ChangeFrameRateOnlyIfSeamless Campo

Definizione

Attenzione

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

Modificare la frequenza dei fotogrammi solo se la transizione sarà facile.

[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

Valore del campo

Value = 0

Implementazioni

Attributi

Commenti

Modificare la frequenza dei fotogrammi solo se la transizione sarà facile.

per android.view.Surface.CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a