UnsupportedFormat

Indicates that the provided AudioFormat is not supported for the target file format. For example, trying to write a 64-bit audio stream to a standard WAV file.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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