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

Cryptography flags to use special conditions
To identify special extra conditions. More...

Enumerations

enum  STREAM_CRYPTO_FLAGS { STREAM_CRYPTO_FLAG_NONE = 0 , STREAM_CRYPTO_FLAG_SECURE_DECODER = (1 << 0) }
 

Detailed Description

Cryptography flags to use special conditions
To identify special extra conditions.

Note
These variables are bit flags which are created using "|" can be used together.

Enumeration Type Documentation

◆ STREAM_CRYPTO_FLAGS

Enumerator
STREAM_CRYPTO_FLAG_NONE 

0000 0000 - Empty to set if nothing is used.

STREAM_CRYPTO_FLAG_SECURE_DECODER 

0000 0001 - Is set in flags if decoding has to be done in trusted execution environment (TEE).