pub fn enabled() -> boolExpand description
Whether mpv should decode and draw video in this process.
True wherever mpv is the desktop video renderer: Linux since DR-235 phase 1,
Windows since DR-237. There is no opt-out and no webview fallback — the
webview <video> path is gone, so “off” would leave nothing drawing the
picture. It was the JELLYTAU_NATIVE_VIDEO opt-in while the render path was
being proven; the variable is ignored.
TRACES: UR-080 | DR-231, DR-235