#include <xbmc_pvr_types.h>
|
| KODI_HANDLE | kodiInstance |
| |
| void(* | TransferEpgEntry )(void *kodiInstance, const ADDON_HANDLE handle, const EPG_TAG *epgentry) |
| |
| void(* | TransferChannelEntry )(void *kodiInstance, const ADDON_HANDLE handle, const PVR_CHANNEL *chan) |
| |
| void(* | TransferTimerEntry )(void *kodiInstance, const ADDON_HANDLE handle, const PVR_TIMER *timer) |
| |
| void(* | TransferRecordingEntry )(void *kodiInstance, const ADDON_HANDLE handle, const PVR_RECORDING *recording) |
| |
| void(* | AddMenuHook )(void *kodiInstance, PVR_MENUHOOK *hook) |
| |
| void(* | Recording )(void *kodiInstance, const char *Name, const char *FileName, bool On) |
| |
| void(* | TriggerChannelUpdate )(void *kodiInstance) |
| |
| void(* | TriggerTimerUpdate )(void *kodiInstance) |
| |
| void(* | TriggerRecordingUpdate )(void *kodiInstance) |
| |
| void(* | TriggerChannelGroupsUpdate )(void *kodiInstance) |
| |
| void(* | TriggerEpgUpdate )(void *kodiInstance, unsigned int iChannelUid) |
| |
| void(* | TransferChannelGroup )(void *kodiInstance, const ADDON_HANDLE handle, const PVR_CHANNEL_GROUP *group) |
| |
| void(* | TransferChannelGroupMember )(void *kodiInstance, const ADDON_HANDLE handle, const PVR_CHANNEL_GROUP_MEMBER *member) |
| |
| void(* | FreeDemuxPacket )(void *kodiInstance, DemuxPacket *pPacket) |
| |
| DemuxPacket *(* | AllocateDemuxPacket )(void *kodiInstance, int iDataSize) |
| |
| void(* | ConnectionStateChange )(void *kodiInstance, const char *strConnectionString, PVR_CONNECTION_STATE newState, const char *strMessage) |
| |
| void(* | EpgEventStateChange )(void *kodiInstance, EPG_TAG *tag, EPG_EVENT_STATE newState) |
| |
| xbmc_codec_t(* | GetCodecByName )(const void *kodiInstance, const char *strCodecName) |
| |
§ AddMenuHook
§ AllocateDemuxPacket
§ ConnectionStateChange
§ EpgEventStateChange
§ FreeDemuxPacket
§ GetCodecByName
§ kodiInstance
§ Recording
| void(* AddonToKodiFuncTable_PVR::Recording) (void *kodiInstance, const char *Name, const char *FileName, bool On) |
§ TransferChannelEntry
§ TransferChannelGroup
§ TransferChannelGroupMember
§ TransferEpgEntry
§ TransferRecordingEntry
§ TransferTimerEntry
§ TriggerChannelGroupsUpdate
§ TriggerChannelUpdate
§ TriggerEpgUpdate
§ TriggerRecordingUpdate
§ TriggerTimerUpdate
The documentation for this struct was generated from the following file: