diff options
| author | manuel <manuel@mausz.at> | 2020-07-02 23:09:26 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2020-07-02 23:09:26 +0200 |
| commit | 5f8335c1e49ce108ef3481863833c98efa00411b (patch) | |
| tree | f02b5c1c9765bb6a14c8eb42bb4f81b9face0b55 /xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h | |
| parent | e317daf081a1048904fdf0b548946fa3ba6593a7 (diff) | |
| download | kodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.tar.gz kodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.tar.bz2 kodi-pvr-build-5f8335c1e49ce108ef3481863833c98efa00411b.zip | |
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h')
| -rw-r--r-- | xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h index b48ef34..416e159 100644 --- a/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h +++ b/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h | |||
| @@ -13,11 +13,12 @@ | |||
| 13 | 13 | ||
| 14 | //CryptoSession is usually obtained once per stream, but could change if an key expires | 14 | //CryptoSession is usually obtained once per stream, but could change if an key expires |
| 15 | 15 | ||
| 16 | enum CryptoSessionSystem :uint8_t | 16 | enum CryptoSessionSystem : uint8_t |
| 17 | { | 17 | { |
| 18 | CRYPTO_SESSION_SYSTEM_NONE, | 18 | CRYPTO_SESSION_SYSTEM_NONE, |
| 19 | CRYPTO_SESSION_SYSTEM_WIDEVINE, | 19 | CRYPTO_SESSION_SYSTEM_WIDEVINE, |
| 20 | CRYPTO_SESSION_SYSTEM_PLAYREADY | 20 | CRYPTO_SESSION_SYSTEM_PLAYREADY, |
| 21 | CRYPTO_SESSION_SYSTEM_WISEPLAY, | ||
| 21 | }; | 22 | }; |
| 22 | 23 | ||
| 23 | struct DemuxCryptoSession | 24 | struct DemuxCryptoSession |
