AXMFiHearingDevice.Ear
Category: Structure
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
Constants that represent a hearing device ear.
Declaration
struct Ear
Details
Topics
- Constants
- static var both: AXMFiHearingDevice.Ear
- static var left: AXMFiHearingDevice.Ear
- static var right: AXMFiHearingDevice.Ear
- Initializer
- init(rawValue: UInt)
Relationships
- BitwiseCopyable
- Equatable
- ExpressibleByArrayLiteral
- OptionSet
- RawRepresentable
- Sendable
- SendableMetatype
- SetAlgebra
See Also
- Streaming status
- static func streamingEar() -> AXMFiHearingDevice.Ear
- static let streamingEarDidChangeNotification: NSNotification.Name
AXMFi Hearing Device .Ear
Topics (Grouped)
Constants
- varboth:AXMFiHearingDevice.Ear — static; A constant that represents both ears.
- varleft:AXMFiHearingDevice.Ear — static; A constant that represents the left ear.
- varright:AXMFiHearingDevice.Ear — static; A constant that represents the right ear.
Initializer
- initrawValue:UInt) — (; Creates a structure that represents a hearing device ear with the raw value you specify.
Conforms To
- BitwiseCopyable
- Equatable
- ExpressibleByArrayLiteral
- OptionSet
- RawRepresentable
- Sendable
- SendableMetatype
- SetAlgebra
Streaming status
- funcstreamingEar() ->AXMFiHearingDevice.Ear — static; Returns which ears enable streaming.
- letstreamingEarDidChangeNotification:NSNotification.Name — static; A notification that the system posts when there’s a change to which ears enable streaming.
Code Examples
struct Ear
Source: https://developer.apple.com/documentation/accessibility/axmfihearingdevice/ear