streamingEar()
Category: Type Method
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
Returns which ears enable streaming.
Declaration
static func streamingEar() -> AXMFiHearingDevice.Ear
Details
See Also
- Streaming status
- struct Ear
- static let streamingEarDidChangeNotification: NSNotification.Name
streaming Ear()
Return Value
An AXMFiHearingDevice.Ear constant that represents which ears enable streaming.
Topics (Grouped)
Streaming status
- Ear — struct; Constants that represent a hearing device ear.
- letstreamingEarDidChangeNotification:NSNotification.Name — static; A notification that the system posts when there’s a change to which ears enable streaming.
Code Examples
static func streamingEar() -> AXMFiHearingDevice.Ear
Source: https://developer.apple.com/documentation/accessibility/axmfihearingdevice/streamingear()