Camera.Parameters.PreviewFpsMaxIndex Field

Definition

Caution

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

The array index of maximum preview fps for use with #getPreviewFpsRange(int[]) or #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

Field Value

Value = 1
Attributes

Remarks

The array index of maximum preview fps for use with #getPreviewFpsRange(int[]) or #getSupportedPreviewFpsRange().

Java documentation for android.hardware.Camera.Parameters.PREVIEW_FPS_MAX_INDEX.

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