Skip to main content

registered_handle

Function registered_handle 

Source
pub fn registered_handle() -> *mut mpv_handle
Expand description

The registered handle, or null if no MPV backend was created (initialisation can fail, and the app falls back to a no-op backend rather than dying).

TRACES: UR-080 | DR-231