| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <DemuxCrypto.h>
Public Member Functions | |
| DemuxCryptoSession (const CryptoSessionSystem sys, const char *sData, const uint8_t flags) | |
| bool | operator== (const DemuxCryptoSession &other) const | 
Public Attributes | |
| std::string | sessionId | 
| CryptoSessionSystem | keySystem | 
| uint8_t | flags | 
Static Public Attributes | |
| static const uint8_t | FLAG_SECURE_DECODER = 1 | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  static | 
| uint8_t DemuxCryptoSession::flags | 
| CryptoSessionSystem DemuxCryptoSession::keySystem | 
| std::string DemuxCryptoSession::sessionId |