FormatNotSupported

data class FormatNotSupported(val format: AudioFormat? = null) : AudioError

The requested audio format is not supported by the device.

Constructors

Link copied to clipboard
constructor(format: AudioFormat? = null)

Properties

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