AXMFiHearingDevice
Category: Structure
Platforms: iOS 14.0+, iPadOS 14.0+, Mac Catalyst 14.0+, macOS 11.0+, tvOS 14.0+, visionOS 1.0+, watchOS 7.0+
Overview
A namespace for hearing device accessibility symbols in Swift.
Declaration
struct AXMFiHearingDevice
Details
Topics
- Streaming status
- static func streamingEar() -> AXMFiHearingDevice.Ear
- struct Ear
- static let streamingEarDidChangeNotification: NSNotification.Name
- Streaming type
- static func supportsBidirectionalStreaming() -> Bool
- Paired hearing devices
- static func pairedDeviceIdentifiers() -> [UUID]
- static let pairedUUIDsDidChangeNotification: NSNotification.Name
Relationships
- BitwiseCopyable
AXMFi Hearing Device
Topics (Grouped)
Streaming status
- funcstreamingEar() ->AXMFiHearingDevice.Ear — static; Returns which ears enable streaming.
- 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.
Streaming type
- funcsupportsBidirectionalStreaming() ->Bool — static; Returns a Boolean value that indicates whether the iOS device supports bidirectional streaming.
Paired hearing devices
- funcpairedDeviceIdentifiers() -> [UUID] — static; Returns the UUIDs of the hearing device peripherals.
- letpairedUUIDsDidChangeNotification:NSNotification.Name — static; A notification that the system posts when there’s a change to the UUIDs of the hearing device peripherals.
Conforms To
Code Examples
struct AXMFiHearingDevice
Source: https://developer.apple.com/documentation/accessibility/axmfihearingdevice