Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <string>
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. | |