Share via


SessionConfiguration.SessionRegular Field

Definition

Caution

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

A regular session type containing instances of OutputConfiguration running at regular non high speed FPS ranges and optionally InputConfiguration for reprocessable sessions.

[Android.Runtime.Register("SESSION_REGULAR", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.SessionType enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.SessionType SessionRegular = 0;
[<Android.Runtime.Register("SESSION_REGULAR", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.SessionType enum directly instead of this field.", true)>]
val mutable SessionRegular : Android.Hardware.Camera2.Params.SessionType

Field Value

Value = 0

Implements

Attributes

Remarks

A regular session type containing instances of OutputConfiguration running at regular non high speed FPS ranges and optionally InputConfiguration for reprocessable sessions.

Java documentation for android.hardware.camera2.params.SessionConfiguration.SESSION_REGULAR.

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