Function mpv_get_sub_api

Source
pub unsafe extern "C" fn mpv_get_sub_api(
    ctx: *mut mpv_handle,
    sub_api: mpv_sub_api,
) -> *mut c_void
Expand description

This is used for additional APIs that are not strictly part of the core API. See the individual mpv_sub_api member values.

@deprecated use render.h