FFmpegLibraryIdentity

class FFmpegLibraryIdentity(val name: String, val headerMajor: Int, val headerMinor: Int, val headerMicro: Int, val runtimeMajor: Int, val runtimeMinor: Int, val runtimeMicro: Int, val verdict: String)

One FFmpeg library's two version columns and the verdict comparing them.

Constructors

Link copied to clipboard
constructor(name: String, headerMajor: Int, headerMinor: Int, headerMicro: Int, runtimeMajor: Int, runtimeMinor: Int, runtimeMicro: Int, verdict: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

What the headers said, as major.minor.micro.

Link copied to clipboard

True when this library's two columns are compatible.

Link copied to clipboard

libavutil, libavcodec and so on.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

What the runtime answers, as major.minor.micro.

Link copied to clipboard

ok, major mismatch, runtime older than headers, micro older than headers or configuration disagrees.

Functions

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