DecoderNotFound

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

The bound FFmpeg build has no such decoder (AVERROR_DECODER_NOT_FOUND).

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