mpv_client_api_version method

int mpv_client_api_version()

Return the MPV_CLIENT_API_VERSION the mpv source has been compiled with.

Implementation

int mpv_client_api_version() {
  return _mpv_client_api_version();
}