<!--
{
  "availability" : [
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceDevice/supportsAudioStreaming",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceDevice(py)supportsAudioStreaming"
  },
  "title" : "supportsAudioStreaming"
}
-->

# supportsAudioStreaming

A Boolean value that indicates whether the device supports audio streaming.

```
var supportsAudioStreaming: Bool { get }
```

## Discussion

Check this value to determine if audio streaming is available on the current Apple Watch. watchOS supports audio streaming on Apple Watch Series 3 and later.

---

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)