Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

PVR add-on recording transfer class
To transfer the content of kodi::addon::CInstancePVRClient::GetRecordings(). More...

Classes

class  kodi::addon::PVRRecordingsResultSet
 

Functions

void kodi::addon::PVRRecordingsResultSet::Add (const kodi::addon::PVRRecording &tag)
 To add and give content from addon to Kodi on related call.
 

Detailed Description

PVR add-on recording transfer class
To transfer the content of kodi::addon::CInstancePVRClient::GetRecordings().

Note
This becomes only be used on addon call above, not usable outside on addon itself.

Function Documentation

◆ Add()

void kodi::addon::PVRRecordingsResultSet::Add ( const kodi::addon::PVRRecording & tag)
inline

To add and give content from addon to Kodi on related call.

Parameters
[in]tagThe to transferred data.