| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "PVROperations.h"#include "FileItem.h"#include "FileItemList.h"#include "ServiceBroker.h"#include "pvr/PVRManager.h"#include "pvr/PVRPlaybackState.h"#include "pvr/addons/PVRClients.h"#include "pvr/channels/PVRChannel.h"#include "pvr/channels/PVRChannelGroup.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/guilib/PVRGUIActionsTimers.h"#include "pvr/recordings/PVRRecordings.h"#include "pvr/timers/PVRTimerInfoTag.h"#include "pvr/timers/PVRTimers.h"#include "utils/Variant.h"#include <memory>