streamingEarDidChangeNotification
Category: Type Property
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
A notification that the system posts when there’s a change to which ears enable streaming.
Declaration
static let streamingEarDidChangeNotification: NSNotification.Name
Details
See Also
- Streaming status
- struct Ear
-
static func streamingEar() -> AXMFiHearingDevice.Ear
-
Accessibility
- AXMFiHearingDevice
- streamingEarDidChangeNotification
streaming Ear Did Change Notification
Discussion
The system posts this notification when the value of streamingEar() changes.
Topics (Grouped)
Streaming status
- Ear — struct; Constants that represent a hearing device ear.
- funcstreamingEar() ->AXMFiHearingDevice.Ear — static; Returns which ears enable streaming.
Code Examples
static let streamingEarDidChangeNotification: NSNotification.Name