mpv_client_name

Function mpv_client_name 

Source
pub unsafe extern "C" fn mpv_client_name(
    ctx: *mut mpv_handle,
) -> *const c_char
Expand description

Return the name of this client handle. Every client has its own unique name, which is mostly used for user interface purposes.

@return The client name. The string is read-only and is valid until the mpv_handle is destroyed.