RecommendedStreamConfigurationMap.UsecaseRecord Field

Definition

Caution

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

The recommended stream configuration map for recording must contain a subset of efficient video configurations that include android.graphics.ImageFormat#PRIVATE output format for at least all supported android.media.CamcorderProfile profiles.

[Android.Runtime.Register("USECASE_RECORD", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.UsecaseMode enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.Params.UsecaseMode UsecaseRecord = 1;
[<Android.Runtime.Register("USECASE_RECORD", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.Params.UsecaseMode enum directly instead of this field.", true)>]
val mutable UsecaseRecord : Android.Hardware.Camera2.Params.UsecaseMode

Field Value

Value = 1
UsecaseMode
Attributes

Remarks

Java documentation for android.hardware.camera2.params.RecommendedStreamConfigurationMap.USECASE_RECORD.

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