|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "PVRPlaybackState.h"#include "FileItem.h"#include "ServiceBroker.h"#include "XBDateTime.h"#include "cores/DataCacheCore.h"#include "messaging/ApplicationMessenger.h"#include "pvr/PVRManager.h"#include "pvr/PVRStreamProperties.h"#include "pvr/addons/PVRClient.h"#include "pvr/channels/PVRChannel.h"#include "pvr/channels/PVRChannelGroupMember.h"#include "pvr/channels/PVRChannelGroups.h"#include "pvr/channels/PVRChannelGroupsContainer.h"#include "pvr/epg/Epg.h"#include "pvr/epg/EpgContainer.h"#include "pvr/epg/EpgInfoTag.h"#include "pvr/guilib/PVRGUIActionsChannels.h"#include "pvr/recordings/PVRRecording.h"#include "pvr/recordings/PVRRecordings.h"#include "pvr/timers/PVRTimers.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "threads/Timer.h"#include "utils/log.h"#include <algorithm>#include <memory>#include <mutex>Classes | |
| class | PVR::CPVRPlaybackState::CLastWatchedUpdateTimer |