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

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

Classes

class  kodi::addon::PVRProvidersResultSet
 

Functions

void kodi::addon::PVRProvidersResultSet::Add (const kodi::addon::PVRProvider &provider)
 To add and give content from addon to Kodi on related call.
 

Detailed Description

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

Function Documentation

◆ Add()

void kodi::addon::PVRProvidersResultSet::Add ( const kodi::addon::PVRProvider & provider)
inline

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

Parameters
[in]providerThe to transferred data.