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 }