|
kodi
|
"C" PVR add-on recording. More...
#include <pvr_recordings.h>

Public Attributes | |
| char | strRecordingId [PVR_ADDON_NAME_STRING_LENGTH] |
| char | strTitle [PVR_ADDON_NAME_STRING_LENGTH] |
| char | strEpisodeName [PVR_ADDON_NAME_STRING_LENGTH] |
| int | iSeriesNumber |
| int | iEpisodeNumber |
| int | iYear |
| char | strDirectory [PVR_ADDON_URL_STRING_LENGTH] |
| char | strPlotOutline [PVR_ADDON_DESC_STRING_LENGTH] |
| char | strPlot [PVR_ADDON_DESC_STRING_LENGTH] |
| char | strGenreDescription [PVR_ADDON_DESC_STRING_LENGTH] |
| char | strChannelName [PVR_ADDON_NAME_STRING_LENGTH] |
| char | strIconPath [PVR_ADDON_URL_STRING_LENGTH] |
| char | strThumbnailPath [PVR_ADDON_URL_STRING_LENGTH] |
| char | strFanartPath [PVR_ADDON_URL_STRING_LENGTH] |
| time_t | recordingTime |
| int | iDuration |
| int | iPriority |
| int | iLifetime |
| int | iGenreType |
| int | iGenreSubType |
| int | iPlayCount |
| int | iLastPlayedPosition |
| bool | bIsDeleted |
| unsigned int | iEpgEventId |
| int | iChannelUid |
| enum PVR_RECORDING_CHANNEL_TYPE | channelType |
| char | strFirstAired [PVR_ADDON_DATE_STRING_LENGTH] |
| unsigned int | iFlags |
| int64_t | sizeInBytes |
| int | iClientProviderUid |
| char | strProviderName [PVR_ADDON_NAME_STRING_LENGTH] |
"C" PVR add-on recording.
Structure used to interface in "C" between Kodi and Addon.
See kodi::addon::PVRRecording for description of values.
1.8.13