summaryrefslogtreecommitdiffstats
path: root/xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h')
-rw-r--r--xbmc/cores/VideoPlayer/Interface/Addon/DemuxCrypto.h5
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
16enum CryptoSessionSystem :uint8_t 16enum 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
23struct DemuxCryptoSession 24struct DemuxCryptoSession