Camera.Parameters.PreviewFpsMaxIndex Campo

Definizione

Attenzione

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

Indice della matrice di fps di anteprima massimo da usare con #getPreviewFpsRange(int[]) o #getSupportedPreviewFpsRange().

[Android.Runtime.Register("PREVIEW_FPS_MAX_INDEX")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Preview enum directly instead of this field.", true)]
public const Android.Hardware.Preview PreviewFpsMaxIndex = 1;
[<Android.Runtime.Register("PREVIEW_FPS_MAX_INDEX")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Preview enum directly instead of this field.", true)>]
val mutable PreviewFpsMaxIndex : Android.Hardware.Preview

Valore del campo

Value = 1
Attributi

Commenti

Indice della matrice di fps di anteprima massimo da usare con #getPreviewFpsRange(int[]) o #getSupportedPreviewFpsRange().

per android.hardware.Camera.Parameters.PREVIEW_FPS_MAX_INDEX.

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