| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <Inputstream.h>
  
Public Member Functions | |
| void | SetMask (uint32_t mask) const | 
| Set of supported capabilities.   | |
| uint32_t | GetMask () const | 
| Get of supported capabilities.   | |
  Public Member Functions inherited from kodi::addon::CStructHdl< InputstreamCapabilities, INPUTSTREAM_CAPABILITIES > | |
| CStructHdl () | |
| CStructHdl (const CStructHdl &cppClass) | |
| CStructHdl (const INPUTSTREAM_CAPABILITIES *cStructure) | |
| CStructHdl (INPUTSTREAM_CAPABILITIES *cStructure) | |
| const CStructHdl & | operator= (const CStructHdl &right) | 
| const CStructHdl & | operator= (const INPUTSTREAM_CAPABILITIES &right) | 
| virtual | ~CStructHdl () | 
| operator INPUTSTREAM_CAPABILITIES * () | |
| operator const INPUTSTREAM_CAPABILITIES * () const | |
| const INPUTSTREAM_CAPABILITIES * | GetCStructure () const | 
| INPUTSTREAM_CAPABILITIES * | release () | 
Additional Inherited Members | |
  Protected Attributes inherited from kodi::addon::CStructHdl< InputstreamCapabilities, INPUTSTREAM_CAPABILITIES > | |
| INPUTSTREAM_CAPABILITIES * | m_cStructure |