package

androidx.camera.core.resolutionselector

Interfaces

ResolutionFilterApplications can filter out unsuitable sizes and sort the resolution list in the preferred order by implementing the resolution filter interface.

Classes

AspectRatioStrategyThe aspect ratio strategy defines the sequence of aspect ratios that are used to select the best size for a particular image.
ResolutionSelectorA set of requirements and priorities used to select a resolution for the UseCase.
ResolutionSelector.BuilderBuilder for a ResolutionSelector.
ResolutionStrategyThe resolution strategy defines the resolution selection sequence to select the best size.

Annotation Types

AspectRatioStrategy.AspectRatioFallbackRuleDefines the available fallback rules for AspectRatioStrategy.
ResolutionSelector.AllowedResolutionMode
ResolutionStrategy.ResolutionFallbackRuleDefines the available fallback rules for ResolutionStrategy.