MimiConnectedHeadphoneProvider
public protocol MimiConnectedHeadphoneProvider : AnyObject
Object which provides a MimiHeadphoneIdentifier
when requested by the MimiTestController
.
-
Gets the
MimiHeadphoneIdentifier
of the connected headphone.Declaration
Swift
func getMimiHeadphoneIdentifier() -> MimiHeadphoneIdentifier?
Return Value
The
MimiHeadphoneIdentifier
object. Return a null value if it is not possible identify the connected headphone.