---
title: isEnabled
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcaptureaudiochannel/isenabled
---

# isEnabled

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

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion By default, a connection enables all audio channels that it exposes. You can set this value to false to stop the flow of data for a particular channel.

## See Also

### Configuring a channel

- [volume](avfoundation/avcaptureaudiochannel/volume.md)
