Language

CameraExtensionSession.RealtimeStillCaptureLatency Property

Definition

Return the realtime still capture(CaptureRequest, Executor, ExtensionCaptureCallback) latency.

public virtual Android.Hardware.Camera2.CameraExtensionSession.StillCaptureLatency? RealtimeStillCaptureLatency { [Android.Runtime.Register("getRealtimeStillCaptureLatency", "()Landroid/hardware/camera2/CameraExtensionSession$StillCaptureLatency;", "GetGetRealtimeStillCaptureLatencyHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getRealtimeStillCaptureLatency", "()Landroid/hardware/camera2/CameraExtensionSession$StillCaptureLatency;", "GetGetRealtimeStillCaptureLatencyHandler", ApiSince=34)>]
member this.RealtimeStillCaptureLatency : Android.Hardware.Camera2.CameraExtensionSession.StillCaptureLatency

Property Value

The realtime still capture latency, or null if the estimation is not supported.

Attributes

Remarks

Return the realtime still capture(CaptureRequest, Executor, ExtensionCaptureCallback) latency.

Android reference for android.hardware.camera2.CameraExtensionSession.getRealtimeStillCaptureLatency.

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