mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: add scaler mode for videowall set rmc 4kz scaler c
This commit is contained in:
parent
a2b7a39082
commit
eb388d28db
4 changed files with 34 additions and 3 deletions
|
|
@ -87,5 +87,11 @@ namespace PepperDash_Essentials_DM
|
|||
public interface IHasDisplayPortInHdcp : IHasDisplayPortInHdcpGet, IHasDisplayPortInHdcpSet
|
||||
{
|
||||
eHdcpCapabilityType DisplayPortInHdcpCapability { get; }
|
||||
}
|
||||
|
||||
public interface IhasWallMode
|
||||
{
|
||||
void SeteWallMode(ushort walLMode);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue