CameraMetadata.ScalerAvailableStreamUseCasesVideoCall 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.ScalerAvailableStreamUseCases enum directly instead of this field.
Long-running video call optimized for both power efficiency and video quality.
[Android.Runtime.Register("SCALER_AVAILABLE_STREAM_USE_CASES_VIDEO_CALL", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerAvailableStreamUseCases enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.ScalerAvailableStreamUseCases ScalerAvailableStreamUseCasesVideoCall = 5;
[<Android.Runtime.Register("SCALER_AVAILABLE_STREAM_USE_CASES_VIDEO_CALL", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.ScalerAvailableStreamUseCases enum directly instead of this field.", true)>]
val mutable ScalerAvailableStreamUseCasesVideoCall : Android.Hardware.Camera2.ScalerAvailableStreamUseCases
Field Value
Value = 5- Attributes
Remarks
Long-running video call optimized for both power efficiency and video quality.
The camera sensor may run in a lower-resolution mode to reduce power consumption at the cost of some image and digital zoom quality. Unlike VIDEO_RECORD, VIDEO_CALL outputs are expected to work in dark conditions, so are usually accompanied with variable frame rate settings to allow sufficient exposure time in low light.
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.