Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::VIDEO::EPISODE Struct Reference

#include <Episode.h>

Public Member Functions

 EPISODE (int Season=-1, int Episode=-1, int Subepisode=0, bool Folder=false)
 
bool operator== (const struct EPISODE &rhs) const
 

Public Attributes

bool isFolder
 
int iSeason
 
int iEpisode
 
int iSubepisode
 
std::string strPath
 
std::string strTitle
 
CDateTime cDate
 
CScraperUrl cScraperUrl
 
std::shared_ptr< CFileItemitem
 

Constructor & Destructor Documentation

◆ EPISODE()

KODI::VIDEO::EPISODE::EPISODE ( int Season = -1,
int Episode = -1,
int Subepisode = 0,
bool Folder = false )
inline

Member Function Documentation

◆ operator==()

bool KODI::VIDEO::EPISODE::operator== ( const struct EPISODE & rhs) const
inline

Member Data Documentation

◆ cDate

CDateTime KODI::VIDEO::EPISODE::cDate

◆ cScraperUrl

CScraperUrl KODI::VIDEO::EPISODE::cScraperUrl

◆ iEpisode

int KODI::VIDEO::EPISODE::iEpisode

◆ iSeason

int KODI::VIDEO::EPISODE::iSeason

◆ isFolder

bool KODI::VIDEO::EPISODE::isFolder

◆ iSubepisode

int KODI::VIDEO::EPISODE::iSubepisode

◆ item

std::shared_ptr<CFileItem> KODI::VIDEO::EPISODE::item

◆ strPath

std::string KODI::VIDEO::EPISODE::strPath

◆ strTitle

std::string KODI::VIDEO::EPISODE::strTitle

The documentation for this struct was generated from the following file: