Package apple.photos.enums
Class PHImageRequestOptionsVersion
- java.lang.Object
-
- apple.photos.enums.PHImageRequestOptionsVersion
-
public final class PHImageRequestOptionsVersion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCurrentversion with edits (aka adjustments) rendered or unadjusted version if there is no editsstatic longOriginaloriginal version, in the case of a combined format the highest fidelity format will be returned (e.g.static longUnadjustedoriginal version without any adjustments
-
-
-
Field Detail
-
Current
public static final long Current
version with edits (aka adjustments) rendered or unadjusted version if there is no edits- See Also:
- Constant Field Values
-
Unadjusted
public static final long Unadjusted
original version without any adjustments- See Also:
- Constant Field Values
-
Original
public static final long Original
original version, in the case of a combined format the highest fidelity format will be returned (e.g. RAW for a RAW+JPG source image)- See Also:
- Constant Field Values
-
-