MimiHeadphone

public struct MimiHeadphone : Codable
extension MimiHeadphone: Equatable
extension MimiHeadphone: Hashable

Headphone supported by Mimi

  • Type of connection of the headphone.

    • bluetooth: Connection over Bluetooth.
    • wired: Connection over a wire.
    • other: Other.
    • all: Connection over all possible channels.
    Declaration

    Swift

    public enum ConnectionType : String, Codable
  • Category of Mimi Headphones.

    • inEar: In ear.
    • overEar: Over ear.
    • other: Other
    Declaration

    Swift

    public enum Category : String, Codable
  • id

    Identifier.

    Declaration

    Swift

    public let id: Identifier
  • Category.

    Declaration

    Swift

    public let category: Category
  • Connection type.

    Declaration

    Swift

    public let connectionType: ConnectionType
  • Display name.

    Declaration

    Swift

    public let displayName: String
  • Display icon.

    Declaration

    Swift

    public let displayIcon: URL?
  • Manufacturer.

    Declaration

    Swift

    public let manufacturer: String