SessionConfiguration.SessionRegular Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 0Implements
- 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.