Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches

#include <Inputstream.h>

Inheritance diagram for kodi::addon::InputstreamProperty:
kodi::addon::CStructHdl< InputstreamProperty, INPUTSTREAM_PROPERTY >

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 InputstreamProperty &cppClass)
 
 CStructHdl (const INPUTSTREAM_PROPERTY *cStructure)
 
 CStructHdl (INPUTSTREAM_PROPERTY *cStructure)
 
const CStructHdloperator= (const CStructHdl &right)
 
const CStructHdloperator= (const INPUTSTREAM_PROPERTY &right)
 
virtual ~CStructHdl ()
 
 operator INPUTSTREAM_PROPERTY * ()
 
 operator const INPUTSTREAM_PROPERTY * () const
 
const INPUTSTREAM_PROPERTYGetCStructure () const
 

Additional Inherited Members

- Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamProperty, INPUTSTREAM_PROPERTY >
INPUTSTREAM_PROPERTYm_cStructure
 

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