Type Alias: MpvLogLevel
type MpvLogLevel = "fatal" | "error" | "warn" | "info" | "verbose" | "debugging" | "trace";
Defined in: packages/player/src/specs/mpv-client.nitro.ts:49
mpv_log_level minus no/none (which are never delivered as messages).
debugging is mpv's debug level, renamed for the same reason as
MpvEndFileReason.endOfFile: the generated enumerator DEBUG would
collide with the DEBUG=1 macro that Xcode/CocoaPods define in Debug
configurations.