DeviceNotFound

data class DeviceNotFound(val deviceId: String? = null) : AudioError

The requested audio device was not found or is unavailable.

Constructors

Link copied to clipboard
constructor(deviceId: String? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?