Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
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) } |
Cryptography flags to use special conditions
To identify special extra conditions.
enum 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). |