Skip to main content

enabled

Function enabled 

Source
pub fn enabled() -> bool
Expand description

Whether mpv should decode and draw video in this process.

Read fresh rather than cached: it is consulted a handful of times at startup, and a OnceLock here would only make it harder to test.

TRACES: UR-080 | DR-231, DR-235