![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
structure of key/value pairs passed to addon on Open() More...
#include <Inputstream.h>
Classes | |
struct | LISTITEMPROPERTY |
Public Attributes | |
const char * | m_strURL |
unsigned int | m_nCountInfoValues |
struct INPUTSTREAM::LISTITEMPROPERTY | m_ListItemProperties [MAX_INFO_COUNT] |
const char * | m_libFolder |
const char * | m_profileFolder |
Static Public Attributes | |
static const unsigned int | MAX_INFO_COUNT = 8 |
structure of key/value pairs passed to addon on Open()
const char* INPUTSTREAM::m_libFolder |
struct INPUTSTREAM::LISTITEMPROPERTY INPUTSTREAM::m_ListItemProperties[MAX_INFO_COUNT] |
unsigned int INPUTSTREAM::m_nCountInfoValues |
const char* INPUTSTREAM::m_profileFolder |
const char* INPUTSTREAM::m_strURL |
|
static |