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
idIdentifier of the headphone if available.
connectionTypeThe type of connection if available.
MimiTestHeadphoneMetadata Structure Reference