SessionConfiguration.SessionHighSpeed 字段

定义

注意

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

只能包含实例的 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

字段值

Value = 1

实现

属性

注解

只能包含实例的 OutputConfiguration高速会话类型。 输出可以使用高速 FPS 范围运行。 不支持调用 #setInputConfiguration

使用此类型时,可以将返回的 android.hardware.camera2.CameraCaptureSession.StateCallback CameraCaptureSession 强制转换为访问 android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession 受限高速录制的额外方法。

适用于 . 的 android.hardware.camera2.params.SessionConfiguration.SESSION_HIGH_SPEEDJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于