EndOfFile

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

End of file/stream surfaced as an error (AVERROR_EOF). Rare, loops consume it.

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