Interrupted

class Interrupted(code: Int, message: String) : FFmpegError

The call was interrupted through MediaSource.interrupt (AVERROR_EXIT).

Not a property of the media: the owner abandoned the source, and every later blocking call on it fails with this too. Close the source; nothing else on it is owed an answer.

Constructors

Link copied to clipboard
constructor(code: Int, message: String)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String