|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "PVRClient.h"#include <algorithm>#include <cmath>#include <memory>#include <libavcodec/avcodec.h>#include "ServiceBroker.h"#include "addons/PVRClientMenuHooks.h"#include "cores/VideoPlayer/DVDDemuxers/DVDDemuxUtils.h"#include "dialogs/GUIDialogKaiToast.h"#include "events/EventLog.h"#include "events/NotificationEvent.h"#include "filesystem/SpecialProtocol.h"#include "guilib/LocalizeStrings.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include "utils/StringUtils.h"#include "utils/log.h"#include "pvr/PVRDatabase.h"#include "pvr/PVRManager.h"#include "pvr/addons/PVRClients.h"#include "pvr/channels/PVRChannelGroupInternal.h"#include "pvr/channels/PVRChannelGroupsContainer.h"#include "pvr/epg/Epg.h"#include "pvr/epg/EpgChannelData.h"#include "pvr/epg/EpgContainer.h"#include "pvr/epg/EpgInfoTag.h"#include "pvr/recordings/PVRRecordings.h"#include "pvr/timers/PVRTimerInfoTag.h"#include "pvr/timers/PVRTimerType.h"#include "pvr/timers/PVRTimers.h"Classes | |
| class | PVR::CAddonEpgTag |
| class | PVR::CCodecIds |
Namespaces | |
| namespace | PVR |
Macros | |
| #define | DEFAULT_INFO_STRING_VALUE "unknown" |
| #define DEFAULT_INFO_STRING_VALUE "unknown" |