kodi
|
Available ways to process stream cryptography
For cpp_kodi_addon_inputstream_Defs_StreamEncryption_StreamCryptoSession, this defines the used and required auxiliary modules which are required to process the encryption stream.
More...
Available ways to process stream cryptography
For cpp_kodi_addon_inputstream_Defs_StreamEncryption_StreamCryptoSession, this defines the used and required auxiliary modules which are required to process the encryption stream.
Used to set wanted digital rights management (DRM) technology provider for stream.
Enumerator | |
---|---|
STREAM_CRYPTO_KEY_SYSTEM_NONE | 0 - If no path is to be used, this is the default |
STREAM_CRYPTO_KEY_SYSTEM_WIDEVINE | 1 - To use Widevine for processing |
STREAM_CRYPTO_KEY_SYSTEM_PLAYREADY | 2 - To use Playready for processing |
STREAM_CRYPTO_KEY_SYSTEM_WISEPLAY | 3 - To use Wiseplay for processing |
STREAM_CRYPTO_KEY_SYSTEM_CLEARKEY | 4 - To use ClearKey for processing |
STREAM_CRYPTO_KEY_SYSTEM_COUNT | 5 - The maximum value to use in a list. |