MimiProcessorMetadata
public protocol MimiProcessorMetadata
Protocol that provides access to metadata of the Mimi Processor.
A MimiProcessorMetadata exposes information about the underlying Mimi Processor, such as firmware version and other session-related details.
-
The firmware version of the Mimi Processor.
Declaration
Swift
var firmwareVersion: String { get } -
The identifier of the headphone associated with the Mimi Processor.
Uniquely identifies the headphone model the processor is running on. Returns an empty string if the processor did not report an identifier.
Declaration
Swift
var headphoneIdentifier: String { get }
MimiProcessorMetadata Protocol Reference