| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "PVRPathUtils.h"#include "ServiceBroker.h"#include "URL.h"#include "addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/pvr_providers.h"#include "pvr/PVRConstants.h"#include "pvr/PVRManager.h"#include "pvr/providers/PVRProvider.h"#include "pvr/providers/PVRProviders.h"#include "utils/StringUtils.h"#include <cstdlib>Namespaces | |
| namespace | PVR | 
| namespace | PVR::UTILS | 
Functions | |
| bool | PVR::UTILS::HasClientAndProvider (const std::string &path) | 
| Check whether the given path contains a client id and a provider id.   | |
| bool | PVR::UTILS::GetClientAndProviderFromPath (const CURL &url, int &clientId, int &providerId) | 
| Get client id and provider id from the given URL.   | |
| std::string | PVR::UTILS::GetProviderNameFromPath (const std::string &path) | 
| Get the name of a provider from the given path.   | |