mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Adds Hdcp Support for Tx30X and Tx201
This commit is contained in:
parent
a13428fb4e
commit
96e60f6eaf
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ namespace PepperDash.Essentials {
|
|||
// Debug.Console(0, "Init Value {0}", x);
|
||||
uint tempNum = x;
|
||||
HdcpSupportCapability[tempNum] = (ushort)(tempNum + 1200);
|
||||
HdcpSupport[tempNum] = (ushort)(tempNum + 900);
|
||||
HdcpSupport[tempNum] = (ushort)(tempNum + 1000);
|
||||
OutputVideoRoutes[tempNum] = (ushort)(tempNum + 100);
|
||||
OutputAudioRoutes[tempNum] = (ushort)(tempNum + 300);
|
||||
TxOnlineStatus[tempNum] = (ushort)(tempNum + 500);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue