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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user