SessionConfiguration.SessionHighSpeed 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 high speed session type that can only contain instances of OutputConfiguration.

[Android.Runtime.Register("SESSION_HIGH_SPEED", 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 SessionHighSpeed = 1;
[<Android.Runtime.Register("SESSION_HIGH_SPEED", 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 SessionHighSpeed : Android.Hardware.Camera2.Params.SessionType

Field Value

SessionType

Implements

Attributes

Remarks

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

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