---
title: isEnabled
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/isenabled
---

# isEnabled

A Boolean value that indicates whether the track is in an enabled state.

## Declaration

```swift
static var isEnabled: AVAsyncProperty<Root, Bool> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value.

## See Also

### Loading track information

- [formatDescriptions](avfoundation/avpartialasyncproperty/formatdescriptions.md)
- [isPlayable](avfoundation/avpartialasyncproperty/isplayable-6txa5.md)
- [isDecodable](avfoundation/avpartialasyncproperty/isdecodable.md)
- [isSelfContained](avfoundation/avpartialasyncproperty/isselfcontained.md)
- [totalSampleDataLength](avfoundation/avpartialasyncproperty/totalsampledatalength.md)
- [mediaCharacteristics](avfoundation/avpartialasyncproperty/mediacharacteristics.md)
