CameraExtensionSession.RealtimeStillCaptureLatency Property
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.
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.
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.