Home
last modified time | relevance | path

Searched refs:m_contentInfo (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/
H A DDataCacheCore.cpp20 m_contentInfo {},
50 m_contentInfo.m_chapters.clear(); in Reset()
51 m_contentInfo.m_cutList.clear(); in Reset()
252 m_contentInfo.m_cutList = cutList; in SetCutList()
258 return m_contentInfo.m_cutList; in GetCutList()
264 m_contentInfo.m_chapters = chapters; in SetChapters()
270 return m_contentInfo.m_chapters; in GetChapters()
H A DDataCacheCore.h160 } m_contentInfo; variable