MimiTestHeadphoneMetadata
public struct MimiTestHeadphoneMetadata : Equatable, Codable
Headphone metadata for a Hearing Test.
-
Identifier of the headphone.
Declaration
Swift
public let id: String
-
Type of headphone connection.
Declaration
Swift
public let connectionType: MimiHeadphone.ConnectionType?
-
Create new Headphone Information.
Declaration
Swift
public init(id: String, connectionType: MimiHeadphone.ConnectionType?)
Parameters
id
Identifier of the headphone if available.
connectionType
The type of connection if available.