|
| 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 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 |
|
◆ 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: