Add support for HDCP 2.3

[ Merge of http://go/wvgerrit/66283 ]

Bug: 78773763
Test: WV unit/integration tests

Change-Id: I5050295a7aa6d829a66adce5d5de86b725a82738
This commit is contained in:
Rahul Frias
2018-11-14 08:51:09 -08:00
parent d8cc5481e3
commit dd55fefe87
5 changed files with 389 additions and 19 deletions

View File

@@ -1768,6 +1768,8 @@ std::string CdmEngine::MapHdcpVersion(
return QUERY_VALUE_HDCP_V2_1;
case HDCP_V2_2:
return QUERY_VALUE_HDCP_V2_2;
case HDCP_V2_3:
return QUERY_VALUE_HDCP_V2_3;
case HDCP_NO_DIGITAL_OUTPUT:
return QUERY_VALUE_HDCP_NO_DIGITAL_OUTPUT;
default: