Home
last modified time | relevance | path

Searched refs:GetVideoContentType (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/
H A DAnnouncementManager.cpp216 … CVideoDatabase::VideoContentTypeToString((VIDEODB_CONTENT_TYPE)item->GetVideoContentType(), type); in DoAnnounce()
228 switch (item->GetVideoContentType()) in DoAnnounce()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogSubtitles.cpp236 if (item.GetVideoContentType() == VIDEODB_CONTENT_TVSHOWS || in FillServices()
237 item.GetVideoContentType() == VIDEODB_CONTENT_EPISODES) in FillServices()
H A DGUIDialogVideoInfo.cpp267 VIDEODB_CONTENT_TYPE type = static_cast<VIDEODB_CONTENT_TYPE>(m_movieItem->GetVideoContentType()); in OnInitWindow()
652 VIDEODB_CONTENT_TYPE type = static_cast<VIDEODB_CONTENT_TYPE>(pItem->GetVideoContentType()); in OnSearchItemFound()
1109 ….UpdateFanart(*m_movieItem, static_cast<VIDEODB_CONTENT_TYPE>(m_movieItem->GetVideoContentType())); in OnGetFanart()
1123 ….UpdateFanart(*m_movieItem, static_cast<VIDEODB_CONTENT_TYPE>(m_movieItem->GetVideoContentType())); in OnGetFanart()
1464 VIDEODB_CONTENT_TYPE iType = static_cast<VIDEODB_CONTENT_TYPE>(pItem->GetVideoContentType()); in UpdateVideoItemTitle()
1508 VIDEODB_CONTENT_TYPE type = static_cast<VIDEODB_CONTENT_TYPE>(item->GetVideoContentType()); in DeleteVideoItemFromDatabase()
2259 VIDEODB_CONTENT_TYPE iType = static_cast<VIDEODB_CONTENT_TYPE>(pItem->GetVideoContentType()); in UpdateVideoItemSortTitle()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DFileItem.h258 …int GetVideoContentType() const; /* return VIDEODB_CONTENT_TYPE, but don't want to include videodb…
H A DFileItem.cpp3820 int CFileItem::GetVideoContentType() const in GetVideoContentType() function in CFileItem
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DFileItemHandler.cpp232 if (item->HasVideoInfoTag() && item->GetVideoContentType() == VIDEODB_CONTENT_TVSHOWS) in GetField()
H A DPlayerOperations.cpp211 switch (fileItem->GetVideoContentType()) in GetItem()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/
H A DVideoDatabase.cpp3225 VIDEODB_CONTENT_TYPE iType = static_cast<VIDEODB_CONTENT_TYPE>(item.GetVideoContentType()); in DeleteResumeBookMark()