|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "JSONRPCUtils.h"#include "addons/Scraper.h"#include "video/VideoInfoScanner.h"#include <string>Classes | |
| struct | JSONRPC::ParsedSetSourceContent |
Namespaces | |
| namespace | JSONRPC |
Enumerations | |
| enum class | JSONRPC::SourceContentClearMode { JSONRPC::CLEAR , JSONRPC::EXCLUDE , JSONRPC::REMOVE } |
| What clearing a path's content binding should do to the items already scraped from it. More... | |
Functions | |
| JSONRPC_STATUS | JSONRPC::ParseSetSourceContentParams (const CVariant ¶meterObject, ParsedSetSourceContent &parsed) |
| Parse and validate the parameters of VideoLibrary.SetSourceContent. | |