URL and Data of key/value pairs passed to addon on Open.
This is used to have the necessary data of the stream to be opened.
More...
URL and Data of key/value pairs passed to addon on Open.
This is used to have the necessary data of the stream to be opened.
The following table contains values that can be set with class InputstreamProperty :
- Warning
- This data are only given from Kodi to addon and can't be used on other places on addon.
◆ GetLibFolder()
std::string kodi::addon::InputstreamProperty::GetLibFolder |
( |
| ) |
const |
|
inline |
Get addon library folder.
- Note
- As alternative can also kodi::GetAddonPath used.
◆ GetMimeType()
std::string kodi::addon::InputstreamProperty::GetMimeType |
( |
| ) |
const |
|
inline |
◆ GetProfileFolder()
std::string kodi::addon::InputstreamProperty::GetProfileFolder |
( |
| ) |
const |
|
inline |
Get addon profile/user folder.
- Note
- As alternative can also kodi::GetBaseUserPath used.
◆ GetProperties()
const std::map< std::string, std::string > kodi::addon::InputstreamProperty::GetProperties |
( |
| ) |
const |
|
inline |
List of available properties-.
◆ GetPropertiesAmount()
unsigned int kodi::addon::InputstreamProperty::GetPropertiesAmount |
( |
| ) |
const |
|
inline |
Amount of available properties.
◆ GetURL()
std::string kodi::addon::InputstreamProperty::GetURL |
( |
| ) |
const |
|
inline |