diff options
author | 2019-05-08 17:17:43 +0000 | |
---|---|---|
committer | 2019-05-08 17:17:43 +0000 | |
commit | c81a799672f6e5a97b8229bc9fbcdecfd9c4d6d5 (patch) | |
tree | ad4ed48cea9d0667281918d7995e9cea692d051a | |
parent | 6c1f861c0707d607f55c943e7dc0a4e3269b5dd1 (diff) | |
parent | 196d624fa4ffd4d9297128c4214aadf69d0a6c11 (diff) |
Merge "DrmAPI: add status usable_in_future" into qt-dev
-rw-r--r-- | headers/media_plugin/media/drm/DrmAPI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/headers/media_plugin/media/drm/DrmAPI.h b/headers/media_plugin/media/drm/DrmAPI.h index 59bd292255..17b9993fa6 100644 --- a/headers/media_plugin/media/drm/DrmAPI.h +++ b/headers/media_plugin/media/drm/DrmAPI.h @@ -115,7 +115,8 @@ namespace android { kKeyStatusType_Expired, kKeyStatusType_OutputNotAllowed, kKeyStatusType_StatusPending, - kKeyStatusType_InternalError + kKeyStatusType_InternalError, + kKeyStatusType_UsableInFuture }; // Used by sendKeysChange to report the usability status of each |