Package apple.photos.enums
Class PHAssetResourceType
- java.lang.Object
-
- apple.photos.enums.PHAssetResourceType
-
public final class PHAssetResourceType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAdjustmentBasePairedVideostatic longAdjustmentBasePhotostatic longAdjustmentBaseVideostatic longAdjustmentDatastatic longAlternatePhotostatic longAudiostatic longFullSizePairedVideostatic longFullSizePhotostatic longFullSizeVideostatic longPairedVideostatic longPhotostatic longVideo
-
-
-
Field Detail
-
Photo
public static final long Photo
- See Also:
- Constant Field Values
-
Video
public static final long Video
- See Also:
- Constant Field Values
-
Audio
public static final long Audio
- See Also:
- Constant Field Values
-
AlternatePhoto
public static final long AlternatePhoto
- See Also:
- Constant Field Values
-
FullSizePhoto
public static final long FullSizePhoto
- See Also:
- Constant Field Values
-
FullSizeVideo
public static final long FullSizeVideo
- See Also:
- Constant Field Values
-
AdjustmentData
public static final long AdjustmentData
- See Also:
- Constant Field Values
-
AdjustmentBasePhoto
public static final long AdjustmentBasePhoto
- See Also:
- Constant Field Values
-
PairedVideo
public static final long PairedVideo
- See Also:
- Constant Field Values
-
FullSizePairedVideo
public static final long FullSizePairedVideo
- See Also:
- Constant Field Values
-
AdjustmentBasePairedVideo
public static final long AdjustmentBasePairedVideo
- See Also:
- Constant Field Values
-
AdjustmentBaseVideo
public static final long AdjustmentBaseVideo
- See Also:
- Constant Field Values
-
-