SessionConfiguration.SessionHighSpeed 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 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
Value = 1Implements
- Attributes
Remarks
A high speed session type that can only contain instances of OutputConfiguration
. The outputs can run using high speed FPS ranges. Calls to #setInputConfiguration
are not supported.
When using this type, the CameraCaptureSession returned by android.hardware.camera2.CameraCaptureSession.StateCallback
can be cast to a android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession
to access the extra methods for constrained high speed recording.
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.