Package apple.photosui.enums
Class PHPickerConfigurationAssetRepresentationMode
- java.lang.Object
-
- apple.photosui.enums.PHPickerConfigurationAssetRepresentationMode
-
public final class PHPickerConfigurationAssetRepresentationMode extends java.lang.ObjectA mode that determines which representation an item provider should provide if multiple representations of the same asset are available for the requested type identifier or class.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticUses the best representation determined by the system.static longCompatibleUses the most compatible representation if possible.static longCurrentUses the current representation to avoid transcoding if possible.
-
-
-
Field Detail
-
Automatic
public static final long Automatic
Uses the best representation determined by the system. This may change in future releases.- See Also:
- Constant Field Values
-
Current
public static final long Current
Uses the current representation to avoid transcoding if possible.- See Also:
- Constant Field Values
-
Compatible
public static final long Compatible
Uses the most compatible representation if possible.- See Also:
- Constant Field Values
-
-