Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
INPUTSTREAM Struct Reference

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
 

Detailed Description

structure of key/value pairs passed to addon on Open()

Member Data Documentation

§ m_libFolder

const char* INPUTSTREAM::m_libFolder

§ m_ListItemProperties

struct INPUTSTREAM::LISTITEMPROPERTY INPUTSTREAM::m_ListItemProperties[MAX_INFO_COUNT]

§ m_nCountInfoValues

unsigned int INPUTSTREAM::m_nCountInfoValues

§ m_profileFolder

const char* INPUTSTREAM::m_profileFolder

§ m_strURL

const char* INPUTSTREAM::m_strURL

§ MAX_INFO_COUNT

const unsigned int INPUTSTREAM::MAX_INFO_COUNT = 8
static

The documentation for this struct was generated from the following file: