MicrophoneSupportResult
Result returned by findSupportedMicrophone when MicrophoneUtil is used to pre select a microphone.
Subtypes:
Inheritors
Types
Link copied to clipboard
Returned when it was not possible to find a microphone to use.
Link copied to clipboard
class Success(val microphoneType: MicrophoneUtil.MicrophoneSupportResult.Success.MicrophoneType) : MicrophoneUtil.MicrophoneSupportResult
Returned when there is a microphone found that can be used.