pub unsafe extern "C" fn mpv_client_name(
ctx: *mut mpv_handle,
) -> *const c_charExpand 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.