<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureAudioChannel/isEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureAudioChannel(py)enabled"
  },
  "title" : "isEnabled"
}
-->

# isEnabled

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

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

## Discussion

By default, a connection enables all audio channels that it exposes. You can set this value to <doc://com.apple.documentation/documentation/Swift/false> to stop the flow of data for a particular channel.

---

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)