Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CVideoInfoDownloader Member List

This is the complete list of members for CVideoInfoDownloader, including all inherited members.

AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1))CThreadinlineprotected
CloseThread()CVideoInfoDownloaderprotected
Create(bool bAutoDelete=false)CThread
CThread(const char *ThreadName)CThreadexplicitprotected
CThread(IRunnable *pRunnable, const char *ThreadName)CThread
CVideoInfoDownloader(const ADDON::ScraperPtr &scraper)CVideoInfoDownloaderexplicit
DO_NOTHING enum valueCVideoInfoDownloaderprotected
FIND_MOVIE enum valueCVideoInfoDownloaderprotected
FindMovie(const std::string &movieTitle, int movieYear, MOVIELIST &movielist, CGUIDialogProgress *pProgress=NULL)CVideoInfoDownloader
GET_DETAILS enum valueCVideoInfoDownloaderprotected
GET_EPISODE_DETAILS enum valueCVideoInfoDownloaderprotected
GET_EPISODE_LIST enum valueCVideoInfoDownloaderprotected
GetArtwork(CVideoInfoTag &details)CVideoInfoDownloader
GetCurrentThread()CThreadstatic
GetCurrentThreadId()CThreadinlinestatic
GetDetails(const std::unordered_map< std::string, std::string > &uniqueIDs, const CScraperUrl &url, CVideoInfoTag &movieDetails, CGUIDialogProgress *pProgress=NULL)CVideoInfoDownloader
GetEpisodeDetails(const CScraperUrl &url, CVideoInfoTag &movieDetails, CGUIDialogProgress *pProgress=NULL)CVideoInfoDownloader
GetEpisodeList(const CScraperUrl &url, KODI::VIDEO::EPISODELIST &details, CGUIDialogProgress *pProgress=NULL)CVideoInfoDownloader
InternalFindMovie(const std::string &movieTitle, int movieYear, MOVIELIST &movielist, bool cleanChars=true)CVideoInfoDownloaderprotected
IsAutoDelete() constCThread
IsCurrentThread() constCThread
IsRunning() constCThread
Join(std::chrono::milliseconds duration)CThread
LOOKUP_STATE enum nameCVideoInfoDownloaderprotected
m_bStopCThreadprotected
m_episodeCVideoInfoDownloaderprotected
m_foundCVideoInfoDownloaderprotected
m_httpCVideoInfoDownloaderprotected
m_infoCVideoInfoDownloaderprotected
m_movieDetailsCVideoInfoDownloaderprotected
m_movieListCVideoInfoDownloaderprotected
m_movieTitleCVideoInfoDownloaderprotected
m_movieYearCVideoInfoDownloaderprotected
m_stateCVideoInfoDownloaderprotected
m_uniqueIDsCVideoInfoDownloaderprotected
m_urlCVideoInfoDownloaderprotected
OnException()CThreadinlinevirtual
OnExit()CThreadinlineprotectedvirtual
OnStartup()CThreadinlineprotectedvirtual
Process() overrideCVideoInfoDownloaderprotectedvirtual
SetPriority(const ThreadPriority &priority)CThread
ShowErrorDialog(const ADDON::CScraperError &sce)CVideoInfoDownloaderstatic
Sleep(std::chrono::duration< Rep, Period > duration)CThreadinline
StopThread(bool bWait=true)CThreadvirtual
WAIT_INTERRUPTED enum valueCThreadprotected
WAIT_SIGNALED enum valueCThreadprotected
WAIT_TIMEDOUT enum valueCThreadprotected
WaitResponse enum nameCThreadprotected
~CThread()CThreadvirtual
~CVideoInfoDownloader() overrideCVideoInfoDownloader