---
title: isNotRecommendedForCaptureUse
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avexternalstoragedevice/isnotrecommendedforcaptureuse
---

# isNotRecommendedForCaptureUse

A Boolean value that indicates whether the external storage device is suitable for camera capture.

## Declaration

```swift
var isNotRecommendedForCaptureUse: Bool { get }
```

## See Also

### Inspecting a storage device

- [isConnected](avfoundation/avexternalstoragedevice/isconnected.md)
- [displayName](avfoundation/avexternalstoragedevice/displayname.md)
- [uuid](avfoundation/avexternalstoragedevice/uuid.md)
- [freeSize](avfoundation/avexternalstoragedevice/freesize.md)
- [totalSize](avfoundation/avexternalstoragedevice/totalsize.md)
- [reasonsNotRecommendedForCaptureUse](avfoundation/avexternalstoragedevice/reasonsnotrecommendedforcaptureuse.md)
- [AVExternalStorageDevice.ReasonNotRecommendedForCaptureUse](avfoundation/avexternalstoragedevice/reasonnotrecommendedforcaptureuse.md)
