kodi
Public Member Functions | Static Public Attributes | List of all members
PVR::CPVRRecordingsPath Class Reference
Collaboration diagram for PVR::CPVRRecordingsPath:
Collaboration graph
[legend]

Public Member Functions

 CPVRRecordingsPath (const std::string &strPath)
 
 CPVRRecordingsPath (bool bDeleted, bool bRadio)
 
 CPVRRecordingsPath (bool bDeleted, bool bRadio, const std::string &strDirectory, const std::string &strTitle, int iSeason, int iEpisode, int iYear, const std::string &strSubtitle, const std::string &strChannelName, const CDateTime &recordingTime, const std::string &strId)
 
 operator std::string () const
 
bool IsValid () const
 
const std::string & GetPath () const
 
bool IsRecordingsRoot () const
 
bool IsActive () const
 
bool IsDeleted () const
 
bool IsRadio () const
 
bool IsTV () const
 
std::string GetUnescapedDirectoryPath () const
 
std::string GetUnescapedSubDirectoryPath (const std::string &strPath) const
 
const std::string GetTitle () const
 
void AppendSegment (const std::string &strSegment)
 

Static Public Attributes

static const std::string PATH_RECORDINGS = "pvr://recordings/"
 
static const std::string PATH_ACTIVE_TV_RECORDINGS = "pvr://recordings/tv/active/"
 
static const std::string PATH_ACTIVE_RADIO_RECORDINGS
 
static const std::string PATH_DELETED_TV_RECORDINGS = "pvr://recordings/tv/deleted/"
 
static const std::string PATH_DELETED_RADIO_RECORDINGS
 

Member Data Documentation

◆ PATH_ACTIVE_RADIO_RECORDINGS

const std::string CPVRRecordingsPath::PATH_ACTIVE_RADIO_RECORDINGS
static
Initial value:
=
"pvr://recordings/radio/active/"

◆ PATH_DELETED_RADIO_RECORDINGS

const std::string CPVRRecordingsPath::PATH_DELETED_RADIO_RECORDINGS
static
Initial value:
=
"pvr://recordings/radio/deleted/"

The documentation for this class was generated from the following files: