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

#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
 

Constructor & Destructor Documentation

◆ DemuxCryptoSession()

DemuxCryptoSession::DemuxCryptoSession ( const CryptoSessionSystem sys,
const char * sData,
const uint8_t flags )
inline

Member Function Documentation

◆ operator==()

bool DemuxCryptoSession::operator== ( const DemuxCryptoSession & other) const
inline

Member Data Documentation

◆ FLAG_SECURE_DECODER

const uint8_t DemuxCryptoSession::FLAG_SECURE_DECODER = 1
static

◆ flags

uint8_t DemuxCryptoSession::flags

◆ keySystem

CryptoSessionSystem DemuxCryptoSession::keySystem

◆ sessionId

std::string DemuxCryptoSession::sessionId

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