Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
INPUTSTREAM_PROPERTY 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
 
const char * m_mimeType
 
unsigned int m_nCountInfoValues
 
struct INPUTSTREAM_PROPERTY::LISTITEMPROPERTY m_ListItemProperties [STREAM_MAX_PROPERTY_COUNT]
 
const char * m_libFolder
 
const char * m_profileFolder
 

Detailed Description

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

Member Data Documentation

◆ m_libFolder

const char* INPUTSTREAM_PROPERTY::m_libFolder

◆ m_ListItemProperties

struct INPUTSTREAM_PROPERTY::LISTITEMPROPERTY INPUTSTREAM_PROPERTY::m_ListItemProperties[STREAM_MAX_PROPERTY_COUNT]

◆ m_mimeType

const char* INPUTSTREAM_PROPERTY::m_mimeType

◆ m_nCountInfoValues

unsigned int INPUTSTREAM_PROPERTY::m_nCountInfoValues

◆ m_profileFolder

const char* INPUTSTREAM_PROPERTY::m_profileFolder

◆ m_strURL

const char* INPUTSTREAM_PROPERTY::m_strURL

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