예제 #1
0
파일: HTSPData.cpp 프로젝트: herrJones/xbmc
unsigned int CHTSPData::GetNumTimers()
{
  SRecordings recordings = GetDVREntries(false, true);
  return recordings.size();
}
예제 #2
0
파일: HTSPData.cpp 프로젝트: herrJones/xbmc
unsigned int CHTSPData::GetNumRecordings()
{
  SRecordings recordings = GetDVREntries(true, false);
  return recordings.size();
}