[][src]Function libmpv_sys::mpv_client_name

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

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.