AudioFileWriteError

Defines potential errors that can occur during the file writing process.

Inheritors

Types

Link copied to clipboard

Wraps a lower-level I/O exception that occurred during writing to the file system.

Link copied to clipboard

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.

Properties

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