Class ALAssetProperty


public class ALAssetProperty
extends GlobalValueEnumeration<NSString>
  • Field Details

    • Type

      @Deprecated public static final ALAssetProperty Type
      Deprecated.
      Deprecated in iOS 9.0. Use the mediaType property on a PHAsset from the Photos framework instead
    • Location

      @Deprecated public static final ALAssetProperty Location
      Deprecated.
      Deprecated in iOS 9.0. Use the location property on a PHAsset from the Photos framework instead
    • Duration

      @Deprecated public static final ALAssetProperty Duration
      Deprecated.
      Deprecated in iOS 9.0. Use the duration property on a PHAsset from the Photos framework instead
    • Orientation

      @Deprecated public static final ALAssetProperty Orientation
      Deprecated.
      Deprecated in iOS 9.0. Use the orientation of the UIImage returned for a PHAsset via the PHImageManager from the Photos framework instead
    • Date

      @Deprecated public static final ALAssetProperty Date
      Deprecated.
      Deprecated in iOS 9.0. Use the creationDate property on a PHAsset from the Photos framework instead
    • Representations

      @Deprecated public static final ALAssetProperty Representations
      Deprecated.
      Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
    • URLs

      @Deprecated public static final ALAssetProperty URLs
      Deprecated.
      Deprecated in iOS 9.0. Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
    • AssetURL

      @Deprecated public static final ALAssetProperty AssetURL
      Deprecated.
      Deprecated in iOS 9.0. Use the localIdentifier property on a PHAsset (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead
  • Method Details