public final class PHPickerConfigurationAssetRepresentationMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Automatic
Uses the best representation determined by the system.
|
static long |
Compatible
Uses the most compatible representation if possible.
|
static long |
Current
Uses the current representation to avoid transcoding if possible.
|
public static final long Automatic
public static final long Current
public static final long Compatible