UnsupportedFormat

class UnsupportedFormat(message: String, cause: Throwable? = null) : AudioFileReadError

The audio file uses a format or encoding that Kodio does not support (e.g. compressed ADPCM, unsupported bit depth).

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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