<!--
{
  "documentType" : "article",
  "framework" : "AssetsLibrary",
  "identifier" : "/documentation/AssetsLibrary/asset-types",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Asset Types"
}
-->

# Asset Types

Constants that specify the type of an asset.

## Discussion

These constants represent the values you may get back for the [`ALAssetPropertyType`](/documentation/AssetsLibrary/ALAssetPropertyType) property.

## Topics

### Constants

[`extern NSString * const ALAssetTypePhoto;`](/documentation/AssetsLibrary/ALAssetTypePhoto)

Specifies that the asset is a photo.

[`extern NSString * const ALAssetTypeVideo;`](/documentation/AssetsLibrary/ALAssetTypeVideo)

Specifies that the asset is a video.

[`extern NSString * const ALAssetTypeUnknown;`](/documentation/AssetsLibrary/ALAssetTypeUnknown)

Specifies that the asset’s type cannot be determined.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)