GroupableFeatures
public static class GroupableFeatures
A collection of GroupableFeature instances that are specific to video recording.
Summary
Public fields |
|
|---|---|
static final @NonNull GroupableFeature |
A feature object of type |
static final @NonNull GroupableFeature |
A feature object of type |
static @NonNull GroupableFeatures |
|
static final @NonNull GroupableFeature |
A feature object of type |
static final @NonNull GroupableFeature |
A feature object of type |
static final @NonNull GroupableFeature |
A feature object of type |
Public fields
FHD_RECORDING
public static final @NonNull GroupableFeature FHD_RECORDING
A feature object of type FEATURE_TYPE_RECORDING_QUALITY representing Quality.FHD video recording.
HD_RECORDING
public static final @NonNull GroupableFeature HD_RECORDING
A feature object of type FEATURE_TYPE_RECORDING_QUALITY representing Quality.HD video recording.
SD_RECORDING
public static final @NonNull GroupableFeature SD_RECORDING
A feature object of type FEATURE_TYPE_RECORDING_QUALITY representing Quality.SD video recording.
UHD_RECORDING
public static final @NonNull GroupableFeature UHD_RECORDING
A feature object of type FEATURE_TYPE_RECORDING_QUALITY representing Quality.UHD video recording.
VIDEO_STABILIZATION
public static final @NonNull GroupableFeature VIDEO_STABILIZATION
A feature object of type FEATURE_TYPE_VIDEO_STABILIZATION representing a video stabilization mode that applies to the video recording only, not the preview.
VideoCapture.Builder.setVideoStabilizationEnabled, the non-groupable API corresponding to this feature, must not be used when using this feature as that may lead to conflicting androidx.camera.core.SessionConfig values.
| See also | |
|---|---|
PREVIEW_STABILIZATION |