FFmpegException

The single exception type KiteFFmpeg throws for FFmpeg-related failures. Inspect error for the semantic category and code for the raw AVERROR_* value.

Constructors

Link copied to clipboard
constructor(error: FFmpegError)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
val code: Int

The raw AVERROR_* code, or 0 for internal errors.

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