mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: adds sdi in/out port names
This commit is contained in:
parent
3a56e47c48
commit
b326ccf6c3
1 changed files with 8 additions and 0 deletions
|
|
@ -239,5 +239,13 @@ namespace PepperDash.Essentials.Core
|
|||
/// HdBaseTOut
|
||||
/// </summary>
|
||||
public const string HdBaseTOut = "hdBaseTOut";
|
||||
/// <summary>
|
||||
/// SdiIn
|
||||
/// </summary>
|
||||
public const string SdiIn = "sdiIn";
|
||||
/// <summary>
|
||||
/// SdiOut
|
||||
/// </summary>
|
||||
public const string SdiOut = "sdiOut";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue