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

Inputstream encryption control
Used to manage encrypted streams within addon. More...

Topics

 class StreamCryptoSession
 Data to manage stream cryptography
This class structure manages any encryption values required in order to have them available in their stream processing.
 
 enum STREAM_CRYPTO_KEY_SYSTEM
 Available ways to process stream cryptography
For class StreamCryptoSession, this defines the used and required auxiliary modules which are required to process the encryption stream.
 
 enum STREAM_CRYPTO_FLAGS
 Cryptography flags to use special conditions
To identify special extra conditions.
 
 struct DEMUX_CRYPTO_INFO
 C data structure for processing encrypted streams.
If required, this structure is used for every DEMUX_PACKET to be processed.
 

Detailed Description

Inputstream encryption control
Used to manage encrypted streams within addon.