Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Inputstream.h>
Public Member Functions | |
std::string | GetURL () const |
Stream URL to open. | |
std::string | GetMimeType () const |
Stream mime type. | |
unsigned int | GetPropertiesAmount () const |
Amount of available properties. | |
const std::map< std::string, std::string > | GetProperties () const |
List of available properties-. | |
std::string | GetLibFolder () const |
Get addon library folder. | |
std::string | GetProfileFolder () const |
Get addon profile/user folder. | |
Public Member Functions inherited from kodi::addon::CStructHdl< InputstreamProperty, INPUTSTREAM_PROPERTY > | |
CStructHdl () | |
CStructHdl (const CStructHdl &cppClass) | |
CStructHdl (const INPUTSTREAM_PROPERTY *cStructure) | |
CStructHdl (INPUTSTREAM_PROPERTY *cStructure) | |
const CStructHdl & | operator= (const CStructHdl &right) |
const CStructHdl & | operator= (const INPUTSTREAM_PROPERTY &right) |
virtual | ~CStructHdl () |
operator INPUTSTREAM_PROPERTY * () | |
operator const INPUTSTREAM_PROPERTY * () const | |
const INPUTSTREAM_PROPERTY * | GetCStructure () const |
INPUTSTREAM_PROPERTY * | release () |
Additional Inherited Members | |
Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamProperty, INPUTSTREAM_PROPERTY > | |
INPUTSTREAM_PROPERTY * | m_cStructure |